Author: rdieter
Update of /cvs/free/rpms/akode-extras/EL-5
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26727/EL-5
Modified Files:
akode-2.0.2-ffmpeg.patch
Log Message:
fixed/better ffmpeg patch
akode-2.0.2-ffmpeg.patch:
Index: akode-2.0.2-ffmpeg.patch
===================================================================
RCS file: /cvs/free/rpms/akode-extras/EL-5/akode-2.0.2-ffmpeg.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- akode-2.0.2-ffmpeg.patch 16 Sep 2008 20:14:39 -0000 1.1
+++ akode-2.0.2-ffmpeg.patch 17 Sep 2008 15:43:02 -0000 1.2
@@ -8,9 +8,9 @@
-#include <ffmpeg/avcodec.h>
-#include <ffmpeg/avformat.h>
-#include <ffmpeg/avio.h>
-+#include <ffmpeg/libavcodec/avcodec.h>
-+#include <ffmpeg/libavformat/avformat.h>
-+#include <ffmpeg/libavformat/avio.h>
++#include <libavcodec/avcodec.h>
++#include <libavformat/avformat.h>
++#include <libavformat/avio.h>
#include "ffmpeg_decoder.h"
#include <iostream>
Show replies by date