summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xaconfigure4
-rw-r--r--aconfigure.ac4
-rw-r--r--pjmedia/include/pjmedia/config.h9
3 files changed, 0 insertions, 17 deletions
diff --git a/aconfigure b/aconfigure
index fcbee469..b6117574 100755
--- a/aconfigure
+++ b/aconfigure
@@ -6844,10 +6844,6 @@ $as_echo_n "checking ffmpeg packages... " >&6; }
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
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: none detected (check the prefix)! **" >&5
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)! **])
diff --git a/pjmedia/include/pjmedia/config.h b/pjmedia/include/pjmedia/config.h
index 0dfd20ea..817fba89 100644
--- a/pjmedia/include/pjmedia/config.h
+++ b/pjmedia/include/pjmedia/config.h
@@ -1141,15 +1141,6 @@
#endif
/**
- * Specify if FFMPEG libavcore is available.
- *
- * Default: PJMEDIA_HAS_FFMPEG (or detected by configure)
- */
-#ifndef PJMEDIA_HAS_LIBAVCORE
-# define PJMEDIA_HAS_LIBAVCORE PJMEDIA_HAS_FFMPEG
-#endif
-
-/**
* Maximum video planes.
*
* Default: 4