mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 00:53:53 +02:00
Fix compile bugs, and avoid defining "LC" (from neaacdec.h) since that clashes with a Rivendell internal symbol.
This commit is contained in:
@@ -25,13 +25,15 @@
|
||||
|
||||
#include <mp4v2/mp4v2.h>
|
||||
#include <neaacdec.h>
|
||||
// neaacdec.h defines "LC", as in "low-complexity AAC", which clashes with a Rivendell Command.
|
||||
#undef LC
|
||||
|
||||
struct DLMP4 {
|
||||
|
||||
DLMP4() : loadSuccess(false) {}
|
||||
|
||||
void *conv_neaac_handle;
|
||||
void *conv_mp4_handle;
|
||||
void *neaac_handle;
|
||||
void *mp4_handle;
|
||||
bool loadSuccess;
|
||||
|
||||
// MP4v2 Functions
|
||||
|
Reference in New Issue
Block a user