diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-03-17 17:01:10 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-03-17 17:26:45 +0100 |
commit | e528cdac8a95a5364cdd408412b64dc605a8eba6 (patch) | |
tree | 093a8faf96de1de7fa104687a08b80ba53fba124 /libavfilter/avfilter.c | |
parent | 0cb88628fbd467636fcf3ebfe6a26c51b0f49504 (diff) | |
download | ffmpeg-e528cdac8a95a5364cdd408412b64dc605a8eba6.tar.gz |
Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"
This reverts commit 29ba091136a5e04574f7bfc1b17536c923958f6f.
Diffstat (limited to 'libavfilter/avfilter.c')
-rw-r--r-- | libavfilter/avfilter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index c0ead5c4be..039e04bf64 100644 --- a/libavfilter/avfilter.c +++ b/libavfilter/avfilter.c @@ -34,7 +34,7 @@ unsigned avfilter_version(void) { const char *avfilter_configuration(void) { - return LIBAV_CONFIGURATION; + return FFMPEG_CONFIGURATION; } const char *avfilter_license(void) |