fix: Break header installation for the shared library (#1407)
include/file.h is breaking header installation for the shared library build. macros/classes.h must be included to the public headers. Closes #1406 Co-authored-by: Zaki Ahmed <zaki.ahmed.perso@gmail.com> Co-authored-by: Joey Parrish <joeyparrish@users.noreply.github.com>
This commit is contained in:
parent
53b866886f
commit
b5c2cb8b73
|
@ -18,6 +18,7 @@
|
||||||
#include <packager/chunking_params.h>
|
#include <packager/chunking_params.h>
|
||||||
#include <packager/crypto_params.h>
|
#include <packager/crypto_params.h>
|
||||||
#include <packager/export.h>
|
#include <packager/export.h>
|
||||||
|
#include <packager/file.h>
|
||||||
#include <packager/hls_params.h>
|
#include <packager/hls_params.h>
|
||||||
#include <packager/mp4_output_params.h>
|
#include <packager/mp4_output_params.h>
|
||||||
#include <packager/mpd_params.h>
|
#include <packager/mpd_params.h>
|
||||||
|
|
Loading…
Reference in New Issue