From 0cb88628fbd467636fcf3ebfe6a26c51b0f49504 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 17 Mar 2011 16:57:37 +0100 Subject: Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*" This reverts commit a03be6e1ba4cbf9984b0bbdb674704bbb2da6713. --- libavfilter/avfilter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/avfilter.c') diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index a46bc53d6a..c0ead5c4be 100644 --- a/libavfilter/avfilter.c +++ b/libavfilter/avfilter.c @@ -40,7 +40,7 @@ const char *avfilter_configuration(void) const char *avfilter_license(void) { #define LICENSE_PREFIX "libavfilter license: " - return LICENSE_PREFIX LIBAV_LICENSE + sizeof(LICENSE_PREFIX) - 1; + return LICENSE_PREFIX FFMPEG_LICENSE + sizeof(LICENSE_PREFIX) - 1; } AVFilterBufferRef *avfilter_ref_buffer(AVFilterBufferRef *ref, int pmask) -- cgit v1.2.3