Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-updates-src > by-pkgid > b850e5c583858315953a44a2c2fc9494 > files > 8

blender-2.49b-11.1.mga1.src.rpm

--- blender-2.46/source/blender/imbuf/intern/IMB_anim.h.ffmpg	2008-04-17 00:40:48.000000000 +0200
+++ blender-2.46/source/blender/imbuf/intern/IMB_anim.h	2008-05-21 11:30:22.000000000 +0200
@@ -76,9 +76,9 @@
 #endif /* WITH_QUICKTIME */
 
 #ifdef WITH_FFMPEG
-#include <ffmpeg/avformat.h>
-#include <ffmpeg/avcodec.h>
-#include <ffmpeg/swscale.h>
+#include <libavformat/avformat.h>
+#include <libavcodec/avcodec.h>
+#include <libswscale/swscale.h>
 #endif
 
 #include "IMB_imbuf_types.h"
--- blender-2.46/source/blender/imbuf/intern/anim.c.ffmpg	2008-04-17 00:40:48.000000000 +0200
+++ blender-2.46/source/blender/imbuf/intern/anim.c	2008-05-21 11:30:22.000000000 +0200
@@ -83,10 +83,10 @@
 #include "IMB_anim5.h"
 
 #ifdef WITH_FFMPEG
-#include <ffmpeg/avformat.h>
-#include <ffmpeg/avcodec.h>
-#include <ffmpeg/rational.h>
-#include <ffmpeg/swscale.h>
+#include <libavformat/avformat.h>
+#include <libavcodec/avcodec.h>
+#include <libavutil/rational.h>
+#include <libswscale/swscale.h>
 
 #if LIBAVFORMAT_VERSION_INT < (49 << 16)
 #define FFMPEG_OLD_FRAME_RATE 1
--- blender-2.46/source/blender/imbuf/intern/util.c.ffmpg	2008-05-06 00:08:50.000000000 +0200
+++ blender-2.46/source/blender/imbuf/intern/util.c	2008-05-21 11:30:22.000000000 +0200
@@ -62,8 +62,8 @@
 #endif
 
 #ifdef WITH_FFMPEG
-#include <ffmpeg/avcodec.h>
-#include <ffmpeg/avformat.h>
+#include <libavcodec/avcodec.h>
+#include <libavformat/avformat.h>
 
 #if LIBAVFORMAT_VERSION_INT < (49 << 16)
 #define FFMPEG_OLD_FRAME_RATE 1
--- blender-2.46/source/blender/blenkernel/intern/writeffmpeg.c.ffmpg	2008-05-12 11:01:15.000000000 +0200
+++ blender-2.46/source/blender/blenkernel/intern/writeffmpeg.c	2008-05-21 11:33:20.000000000 +0200
@@ -29,11 +29,11 @@
 
 #include <stdlib.h>
 
-#include <ffmpeg/avformat.h>
-#include <ffmpeg/avcodec.h>
-#include <ffmpeg/rational.h>
-#include <ffmpeg/swscale.h>
-#include <ffmpeg/opt.h>
+#include <libavformat/avformat.h>
+#include <libavcodec/avcodec.h>
+#include <libavutil/rational.h>
+#include <libswscale/swscale.h>
+#include <libavcodec/opt.h>
 
 #if LIBAVFORMAT_VERSION_INT < (49 << 16)
 #define FFMPEG_OLD_FRAME_RATE 1
--- blender-2.46/source/blender/src/hddaudio.c.ffmpg	2008-04-17 00:40:48.000000000 +0200
+++ blender-2.46/source/blender/src/hddaudio.c	2008-05-21 11:30:22.000000000 +0200
@@ -33,9 +33,9 @@
 #endif
 
 #ifdef WITH_FFMPEG
-#include <ffmpeg/avformat.h>
-#include <ffmpeg/avcodec.h>
-#include <ffmpeg/rational.h>
+#include <libavformat/avformat.h>
+#include <libavcodec/avcodec.h>
+#include <libavutil/rational.h>
 #if LIBAVFORMAT_VERSION_INT < (49 << 16)
 #define FFMPEG_OLD_FRAME_RATE 1
 #else