summaryrefslogtreecommitdiff
path: root/pjmedia
diff options
context:
space:
mode:
authorRiza Sulistyo <riza@teluu.com>2016-05-17 15:25:51 +0000
committerRiza Sulistyo <riza@teluu.com>2016-05-17 15:25:51 +0000
commitc6825f48549018d7dec4f15705fbd92fd34ceed6 (patch)
tree983ef153096863bb4089f7bc99965ef6107d7945 /pjmedia
parent7ebbf2a170f2ba65f3dc925430604c7fc7a88822 (diff)
Re #1920: In the development branch of FFmpeg 0.8 (in July 2010), a new library
was created AVCore. Just a half year later (February 2011), AVCore was merged into AVUtil (52.38.0). Furthermore, nothing in pjproject uses libavcore. Therefore, it is save to remove all references to that library. Thanks to Alexander Traud for the patch. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5301 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjmedia')
-rw-r--r--pjmedia/include/pjmedia/config.h9
1 files changed, 0 insertions, 9 deletions
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