summaryrefslogtreecommitdiff
path: root/aconfigure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'aconfigure.ac')
-rw-r--r--aconfigure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/aconfigure.ac b/aconfigure.ac
index 768411ec..5682e14e 100644
--- a/aconfigure.ac
+++ b/aconfigure.ac
@@ -1027,10 +1027,6 @@ AC_ARG_ENABLE(ffmpeg,
ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBAVUTIL=1"
av_pkg="$av_pkg libavutil"
fi
- if $PKG_CONFIG --exists libavcore; then
- ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBAVCORE=1"
- av_pkg="$av_pkg libavcore"
- fi
if test "x$av_pkg" == "x"; then
AC_MSG_RESULT([none detected (check the prefix)! **])