Skip to content

Commit

Permalink
fix: Break header installation for the shared library (#1407)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
3 people committed May 31, 2024
1 parent 53b8668 commit b5c2cb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions include/packager/packager.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <packager/chunking_params.h>
#include <packager/crypto_params.h>
#include <packager/export.h>
#include <packager/file.h>
#include <packager/hls_params.h>
#include <packager/mp4_output_params.h>
#include <packager/mpd_params.h>
Expand Down

0 comments on commit b5c2cb8

Please sign in to comment.