summaryrefslogtreecommitdiffstats
path: root/libavdevice/avdevice.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-03-17 17:01:10 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-03-17 17:26:45 +0100
commite528cdac8a95a5364cdd408412b64dc605a8eba6 (patch)
tree093a8faf96de1de7fa104687a08b80ba53fba124 /libavdevice/avdevice.c
parent0cb88628fbd467636fcf3ebfe6a26c51b0f49504 (diff)
downloadffmpeg-streaming-e528cdac8a95a5364cdd408412b64dc605a8eba6.zip
ffmpeg-streaming-e528cdac8a95a5364cdd408412b64dc605a8eba6.tar.gz
Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"
This reverts commit 29ba091136a5e04574f7bfc1b17536c923958f6f.
Diffstat (limited to 'libavdevice/avdevice.c')
-rw-r--r--libavdevice/avdevice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/avdevice.c b/libavdevice/avdevice.c
index 01db877..3d67b4b 100644
--- a/libavdevice/avdevice.c
+++ b/libavdevice/avdevice.c
@@ -25,7 +25,7 @@ unsigned avdevice_version(void)
const char * avdevice_configuration(void)
{
- return LIBAV_CONFIGURATION;
+ return FFMPEG_CONFIGURATION;
}
const char * avdevice_license(void)
OpenPOWER on IntegriCloud