From 2b5c3cd09600f7096d4c7b68dd0033ca97f4b72d Mon Sep 17 00:00:00 2001 From: Joerg Bornkessel Date: Wed, 5 Nov 2014 20:06:00 +0100 Subject: start _rc6 --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cdfde83..9d6bbda 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,16 @@ APIVERSION = $(call PKGCFG,apiversion) ### Allow user defined options to overwrite defaults: +## start new avcodec +## this is only used for plugin developer!!! +## convert deprecated audio function in convert.c +## avcodec_decode_audio3 --> avcodec_decode_audio4 +## avcodec_encode_audio --> avcodec_encode_audio2 + +#AVCODEC_NEW = 1 + +## end new avcodec + -include $(PLGCFG) ### The name of the distribution archive: -- cgit v1.2.3