mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 06:03:45 +01:00
Fix compilation failure because bitfile was undefined:
In file included from decoder.c:36: mp4.h:46: error: expected ')' before '*' token git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25896 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
06e08a02a4
commit
f0d20ffa71
@ -32,6 +32,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "bits.h"
|
||||
#include "decoder.h"
|
||||
|
||||
int8_t NEAACDECAPI NeAACDecAudioSpecificConfig(uint8_t *pBuffer,
|
||||
|
Loading…
Reference in New Issue
Block a user