summaryrefslogtreecommitdiff
path: root/recipes/libxine/libxine-1.1.0/libxine-ffmpeg-enable-arm.patch
diff options
context:
space:
mode:
authorLukas Gorris <lukas.gorris@gmail.com>2009-04-02 21:23:17 +0200
committerLukas Gorris <lukas.gorris@gmail.com>2009-04-02 21:23:17 +0200
commitc1bc969ba3030b6c421cc5d8facc8e1b281d8b9b (patch)
treeeb11b688cc03f3e5efdf5823bda6ac497db5c11c /recipes/libxine/libxine-1.1.0/libxine-ffmpeg-enable-arm.patch
parent052a3fba741a0b82204c93a37caaee17b32b6115 (diff)
parent4af6bdcda04ee551a4b07cd6e14c250d207b3266 (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/libxine/libxine-1.1.0/libxine-ffmpeg-enable-arm.patch')
-rw-r--r--recipes/libxine/libxine-1.1.0/libxine-ffmpeg-enable-arm.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/recipes/libxine/libxine-1.1.0/libxine-ffmpeg-enable-arm.patch b/recipes/libxine/libxine-1.1.0/libxine-ffmpeg-enable-arm.patch
deleted file mode 100644
index 0a13e2f8e1..0000000000
--- a/recipes/libxine/libxine-1.1.0/libxine-ffmpeg-enable-arm.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-
-#
-# Patch managed by http://www.holgerschurig.de/patcher.html
-#
-
---- xine-lib-1.1.0/src/libffmpeg/libavcodec/armv4l/Makefile.am~libxine-ffmpeg-enable-arm
-+++ xine-lib-1.1.0/src/libffmpeg/libavcodec/armv4l/Makefile.am
-@@ -9,9 +9,8 @@
- libavcodec_armv4l_dummy = libavcodec_armv4l_dummy.c
- EXTRA_DIST = $(libavcodec_armv4l_src) $(libavcodec_armv4l_dummy)
-
--#if HAVE_ARMV4L
--#armv4l_modules = $(libavcodec_armv4l_src)
--#endif
--armv4l_modules =
-+if HAVE_ARMV4L
-+armv4l_modules = $(libavcodec_armv4l_src)
-+endif
-
- libavcodec_armv4l_la_SOURCES = $(armv4l_modules) $(libavcodec_armv4l_dummy)