[xiph-commits] r14554 - trunk/ffmpeg2theora

j at svn.xiph.org j at svn.xiph.org
Fri Mar 7 05:45:36 PST 2008


Author: j
Date: 2008-03-07 05:45:35 -0800 (Fri, 07 Mar 2008)
New Revision: 14554

Modified:
   trunk/ffmpeg2theora/ffmpeg2theora.c
Log:
update to new ffmpeg header locations

Modified: trunk/ffmpeg2theora/ffmpeg2theora.c
===================================================================
--- trunk/ffmpeg2theora/ffmpeg2theora.c	2008-03-07 03:22:27 UTC (rev 14553)
+++ trunk/ffmpeg2theora/ffmpeg2theora.c	2008-03-07 13:45:35 UTC (rev 14554)
@@ -26,10 +26,10 @@
 #include <getopt.h>
 #include <math.h>
 
-#include "avformat.h"
-#include "avdevice.h"
-#include "swscale.h"
-#include "postprocess.h"
+#include "libavformat/avformat.h"
+#include "libavdevice/avdevice.h"
+#include "libswscale/swscale.h"
+#include "libpostproc/postprocess.h"
 
 #include "theora/theora.h"
 #include "vorbis/codec.h"



More information about the commits mailing list