[MPlayer-cvslog] CVS: main/libaf af_lavcresample.c,1.8,1.9
Guillaume Poirier CVS
syncmail at mplayerhq.hu
Mon Aug 1 23:16:45 CEST 2005
CVS change done by Guillaume Poirier CVS
Update of /cvsroot/mplayer/main/libaf
In directory mail:/var2/tmp/cvs-serv8940/libaf
Modified Files:
af_lavcresample.c
Log Message:
10l to beastd due to new libavutil introduction
Index: af_lavcresample.c
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/af_lavcresample.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- af_lavcresample.c 8 Jan 2005 21:34:06 -0000 1.8
+++ af_lavcresample.c 1 Aug 2005 21:16:43 -0000 1.9
@@ -16,7 +16,7 @@
#include <ffmpeg/rational.h>
#else
#include "../libavcodec/avcodec.h"
-#include "../libavcodec/rational.h"
+#include "../libavutil/rational.h"
#endif
#define CHANS 6
More information about the MPlayer-cvslog
mailing list