aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Cabral <brataoufba@gmail.com>2013-12-21 03:19:22 +0000
committerBruno Cabral <brataoufba@gmail.com>2013-12-21 03:19:22 +0000
commitb363228d35353f613c30f1b5344187d5f6b4c447 (patch)
tree9c3e44a9aa8f91f084fe55cb16e9b5bf81002b8c
parentd07e0d17678a99816962687d75c085b1b690efe7 (diff)
downloadlibextractor-b363228d35353f613c30f1b5344187d5f6b4c447.tar.gz
libextractor-b363228d35353f613c30f1b5344187d5f6b4c447.zip
Do not depend on older ffmpeg
-rw-r--r--configure.ac2
-rw-r--r--src/plugins/Makefile.am4
2 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index e5a880e..1b168c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -672,7 +672,7 @@ if test x$ffmpeg_enabled = x1
672then 672then
673 ffmpeg_enabled=0 673 ffmpeg_enabled=0
674 new_ffmpeg=0 674 new_ffmpeg=0
675 AC_CHECK_HEADERS([libavutil/frame.h], 675 AC_CHECK_HEADERS([libavutil/avutil.h libavformat/avformat.h libavcodec/avcodec.h libavutil/frame.h],
676 AC_CHECK_HEADERS([libavresample/avresample.h],new_ffmpeg=1)) 676 AC_CHECK_HEADERS([libavresample/avresample.h],new_ffmpeg=1))
677 677
678 AC_CHECK_LIB(swscale, sws_getContext, 678 AC_CHECK_LIB(swscale, sws_getContext,
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
index 75f8953..97c3575 100644
--- a/src/plugins/Makefile.am
+++ b/src/plugins/Makefile.am
@@ -70,15 +70,13 @@ if HAVE_FFMPEG
70# FFmpeg-thumbnailer requires MAGIC and FFMPEG 70# FFmpeg-thumbnailer requires MAGIC and FFMPEG
71PLUGIN_FFMPEG=libextractor_thumbnailffmpeg.la 71PLUGIN_FFMPEG=libextractor_thumbnailffmpeg.la
72TEST_FFMPEG=test_thumbnailffmpeg 72TEST_FFMPEG=test_thumbnailffmpeg
73 73endif
74 74
75if HAVE_FFMPEG_NEW 75if HAVE_FFMPEG_NEW
76PLUGIN_PREVIEWOPUS=libextractor_previewopus.la 76PLUGIN_PREVIEWOPUS=libextractor_previewopus.la
77TEST_PREVIEWOPUS=test_previewopus 77TEST_PREVIEWOPUS=test_previewopus
78endif 78endif
79 79
80endif
81
82if HAVE_GTK 80if HAVE_GTK
83# Gtk-thumbnailer requires MAGIC and GTK 81# Gtk-thumbnailer requires MAGIC and GTK
84PLUGIN_GTK=libextractor_thumbnailgtk.la 82PLUGIN_GTK=libextractor_thumbnailgtk.la