[MPlayer-cvslog] r31405 - in trunk/mp3lib: test.c test2.c

diego subversion at mplayerhq.hu
Mon Jun 14 13:28:51 CEST 2010


Author: diego
Date: Mon Jun 14 13:28:51 2010
New Revision: 31405

Log:
Add ad_mp3lib.h #include for the mplayer_audio_read prototype.

Modified:
   trunk/mp3lib/test.c
   trunk/mp3lib/test2.c

Modified: trunk/mp3lib/test.c
==============================================================================
--- trunk/mp3lib/test.c	Mon Jun 14 13:27:26 2010	(r31404)
+++ trunk/mp3lib/test.c	Mon Jun 14 13:28:51 2010	(r31405)
@@ -25,6 +25,7 @@
 #include <sys/time.h>
 
 #include "config.h"
+#include "libmpcodecs/ad_mp3lib.h"
 #include "mp3lib/mp3.h"
 #include "cpudetect.h"
 

Modified: trunk/mp3lib/test2.c
==============================================================================
--- trunk/mp3lib/test2.c	Mon Jun 14 13:27:26 2010	(r31404)
+++ trunk/mp3lib/test2.c	Mon Jun 14 13:28:51 2010	(r31405)
@@ -26,6 +26,7 @@
 #include <sys/soundcard.h>
 
 #include "config.h"
+#include "libmpcodecs/ad_mp3lib.h"
 #include "mp3lib/mp3.h"
 #include "cpudetect.h"
 


More information about the MPlayer-cvslog mailing list