changeset 17091:d07a2414c660

fix muxer_mpeg.c:2315: warning: implicit declaration of function 'mp_get_mp3_header' muxer_mpeg.c:2339: warning: implicit declaration of function 'a52_syncinfo'
author rathann
date Mon, 05 Dec 2005 01:26:09 +0000
parents 49cc83ac227f
children c0068de90f44
files libmpdemux/muxer_mpeg.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/muxer_mpeg.c	Mon Dec 05 01:25:31 2005 +0000
+++ b/libmpdemux/muxer_mpeg.c	Mon Dec 05 01:26:09 2005 +0000
@@ -20,6 +20,8 @@
 #include "stheader.h"
 #include "m_option.h"
 #include "mpeg_hdr.h"
+#include "mp3_hdr.h"
+#include "liba52/a52.h"
 
 #define PACK_HEADER_START_CODE 0x01ba
 #define SYSTEM_HEADER_START_CODE 0x01bb