summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2012-04-23 13:48:10 +0000
committerBenny Prijono <bennylp@teluu.com>2012-04-23 13:48:10 +0000
commitd73368a020b5723e58b529f0ed6401459b7750b3 (patch)
tree607a9f6b723ad1c6e05f1329318ce4e48ef3e1c0
parentaa3338fcb20ab0e5d389351835bfe58ca819d33a (diff)
Related to re #1469: enable H.263 and H.264 by default if ffmpeg is available
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4070 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--pjmedia/include/pjmedia-codec/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pjmedia/include/pjmedia-codec/config.h b/pjmedia/include/pjmedia-codec/config.h
index b7e3ff45..99b1d910 100644
--- a/pjmedia/include/pjmedia-codec/config.h
+++ b/pjmedia/include/pjmedia-codec/config.h
@@ -402,7 +402,7 @@
* Default: 1
*/
#ifndef PJMEDIA_HAS_FFMPEG_CODEC_H263P
-# define PJMEDIA_HAS_FFMPEG_CODEC_H263P 1
+# define PJMEDIA_HAS_FFMPEG_CODEC_H263P PJMEDIA_HAS_FFMPEG_VID_CODEC
#endif
/**
@@ -411,7 +411,7 @@
* Default: 0
*/
#ifndef PJMEDIA_HAS_FFMPEG_CODEC_H264
-# define PJMEDIA_HAS_FFMPEG_CODEC_H264 0
+# define PJMEDIA_HAS_FFMPEG_CODEC_H264 PJMEDIA_HAS_FFMPEG_VID_CODEC
#endif
/**