obsproject / obs-studio

OBS Studio - Free and open source software for live streaming and screen recording
https://obsproject.com
GNU General Public License v2.0
58.91k stars 7.84k forks source link

[BUG] Doesn't install obs-frontend-api.h #2625

Closed yurivict closed 4 years ago

yurivict commented 4 years ago

summary of the issue in the Title above -->

Platform

Operating system and version: FreeBSD 12 OBS Studio version: 25.0.1

Expected Behavior

Install obs-frontend-api.h

Current Behavior

Doesn't install obs-frontend-api.h for users to be able to use lib/libobs-frontend-api.so

Steps to Reproduce

Try to compile obs-websocket with obs-studio installed from a package, and it would fail with a missing header.

kkartaltepe commented 4 years ago

Are you sure this is the only missing header? I think we have had mutliple missing public headers at some point but have not had the time to look into them.

yurivict commented 4 years ago

This particular header is the only missing header needed in order to build obs-websocket.

Otherwise - I don't know.