1
mirror of https://github.com/mpv-player/mpv synced 2024-08-24 07:21:49 +02: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:
diego 2008-01-28 01:31:39 +00:00
parent 06e08a02a4
commit f0d20ffa71

View File

@ -32,6 +32,7 @@
extern "C" {
#endif
#include "bits.h"
#include "decoder.h"
int8_t NEAACDECAPI NeAACDecAudioSpecificConfig(uint8_t *pBuffer,