summaryrefslogtreecommitdiffstats
path: root/redhat/extras/akode/akode-2.0.2-fix_ffmpeg_include.patch
diff options
context:
space:
mode:
authorFrançois Andriot <[email protected]>2014-09-17 23:25:29 +0200
committerFrançois Andriot <[email protected]>2014-09-17 23:25:29 +0200
commit27561d8393bd11d6604163e40de3a16d511c34b2 (patch)
tree275865da49804176834a1b7900a1ea11b666a624 /redhat/extras/akode/akode-2.0.2-fix_ffmpeg_include.patch
parentb630ff2dbb219979d7b558db3b599af3d408e488 (diff)
downloadtde-packaging-27561d8393bd11d6604163e40de3a16d511c34b2.tar.gz
tde-packaging-27561d8393bd11d6604163e40de3a16d511c34b2.zip
Update Akode
Diffstat (limited to 'redhat/extras/akode/akode-2.0.2-fix_ffmpeg_include.patch')
-rw-r--r--redhat/extras/akode/akode-2.0.2-fix_ffmpeg_include.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/redhat/extras/akode/akode-2.0.2-fix_ffmpeg_include.patch b/redhat/extras/akode/akode-2.0.2-fix_ffmpeg_include.patch
deleted file mode 100644
index d16411ed7..000000000
--- a/redhat/extras/akode/akode-2.0.2-fix_ffmpeg_include.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/akode/plugins/ffmpeg_decoder/ffmpeg_decoder.cpp.ORI 2012-08-04 22:36:12.435734576 +0200
-+++ a/akode/plugins/ffmpeg_decoder/ffmpeg_decoder.cpp 2012-08-04 22:37:20.153030459 +0200
-@@ -26,9 +26,9 @@
- #include "decoder.h"
-
- #include <assert.h>
--#include <ffmpeg/avcodec.h>
--#include <ffmpeg/avformat.h>
--#include <ffmpeg/avio.h>
-+#include <libavcodec/avcodec.h>
-+#include <libavformat/avformat.h>
-+#include <libavformat/avio.h>
-
- #include "ffmpeg_decoder.h"
- #include <iostream>