summaryrefslogtreecommitdiff
path: root/pcr/zoneminder/patch-libavcodec-detection.patch
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-10-22 00:06:13 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-10-22 00:06:13 -0400
commitdc831bb9d74e073e3e95d8ce8d0715edd7eee1b0 (patch)
tree594c45c42823ba6043ca959227cf96a20e916988 /pcr/zoneminder/patch-libavcodec-detection.patch
parentdfb2fcdea0928d362f80caf0a5181c9851bffad9 (diff)
parentdc0e4891b14c9112d374bad83ec5d21a55db57e2 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/zoneminder/patch-libavcodec-detection.patch')
-rw-r--r--pcr/zoneminder/patch-libavcodec-detection.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/pcr/zoneminder/patch-libavcodec-detection.patch b/pcr/zoneminder/patch-libavcodec-detection.patch
deleted file mode 100644
index 0aaa9bc23..000000000
--- a/pcr/zoneminder/patch-libavcodec-detection.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.ac~ 2012-07-15 22:27:11.195257379 +0100
-+++ configure.ac 2012-07-15 22:24:34.308268675 +0100
-@@ -276,7 +276,7 @@
- AC_CHECK_LIB(avutil,av_malloc,,AC_MSG_WARN(libavutil.a may be required for MPEG streaming))
- # Don't bother to warn about this one
- AC_CHECK_LIB(avcore,av_image_copy,,)
--AC_CHECK_LIB(avcodec,avcodec_init,,AC_MSG_WARN(libavcodec.a is required for MPEG streaming))
-+AC_CHECK_LIB(avcodec,avcodec_open,,AC_MSG_WARN(libavcodec.a is required for MPEG streaming))
- AC_CHECK_LIB(avformat,av_new_stream,,AC_MSG_WARN(libavformat.a is required for MPEG streaming))
- AC_CHECK_LIB(avdevice,avdevice_register_all,,AC_MSG_WARN(libavdevice.a may be required for MPEG streaming))
- AC_CHECK_LIB(swscale,sws_scale,,,-lswscale) \ No newline at end of file