summaryrefslogtreecommitdiffstats
path: root/audio-libs/openal-soft/avutil.patch
diff options
context:
space:
mode:
Diffstat (limited to 'audio-libs/openal-soft/avutil.patch')
-rw-r--r--audio-libs/openal-soft/avutil.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio-libs/openal-soft/avutil.patch b/audio-libs/openal-soft/avutil.patch
deleted file mode 100644
index 9adea43dd9..0000000000
--- a/audio-libs/openal-soft/avutil.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- openal-soft-1.14/CMakeLists.txt.orig 2012-04-25 21:19:57.838343605 +0200
-+++ openal-soft-1.14/CMakeLists.txt 2012-04-25 21:20:08.572209185 +0200
-@@ -762,7 +762,7 @@
- IF(EXAMPLES)
- IF(FFMPEG_FOUND)
- ADD_EXECUTABLE(alstream examples/alhelpers.c examples/alffmpeg.c examples/alstream.c)
-- TARGET_LINK_LIBRARIES(alstream ${FFMPEG_LIBRARIES} ${LIBNAME})
-+ TARGET_LINK_LIBRARIES(alstream ${FFMPEG_LIBRARIES} ${LIBNAME} -lavutil)
- SET_TARGET_PROPERTIES(alstream PROPERTIES COMPILE_FLAGS "${FFMPEG_CFLAGS}")
- INSTALL(TARGETS alstream
- RUNTIME DESTINATION bin