rpms/akode-extras/F-8 akode-2.0.2-ffmpeg.patch,1.1,1.2

Rex Dieter rdieter at rpmfusion.org
Wed Sep 17 17:43:03 CEST 2008


Author: rdieter

Update of /cvs/free/rpms/akode-extras/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26727/F-8

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/F-8/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	4 Sep 2008 16:45:08 -0000	1.1
+++ akode-2.0.2-ffmpeg.patch	17 Sep 2008 15:43:03 -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>



More information about the rpmfusion-commits mailing list