comparison configure @ 34958:a2ae66db73b2

Fix compilation with current FFmpeg, second try.
author cehoyos
date Sat, 28 Jul 2012 22:28:04 +0000
parents 86ca44fb7f52
children 3575219a9c4c
comparison
equal deleted inserted replaced
34957:86ca44fb7f52 34958:a2ae66db73b2
8269 # but without them target names clash, causing Make warnings by the boatload. 8269 # but without them target names clash, causing Make warnings by the boatload.
8270 SLIBNAME = \$(SLIBPREF)\$(FULLNAME)\$(SLIBSUF) 8270 SLIBNAME = \$(SLIBPREF)\$(FULLNAME)\$(SLIBSUF)
8271 SLIBNAME_WITH_MAJOR = \$(SLIBNAME)-42 8271 SLIBNAME_WITH_MAJOR = \$(SLIBNAME)-42
8272 8272
8273 # Some FFmpeg codecs depend on these. Enable them unconditionally for now. 8273 # Some FFmpeg codecs depend on these. Enable them unconditionally for now.
8274 CONFIG_AANDCT = yes 8274 CONFIG_AANDCTTABLES = yes
8275 CONFIG_DCT = yes 8275 CONFIG_DCT = yes
8276 CONFIG_DWT = yes 8276 CONFIG_DWT = yes
8277 CONFIG_FFT = yes 8277 CONFIG_FFT = yes
8278 CONFIG_GOLOMB = yes 8278 CONFIG_GOLOMB = yes
8279 CONFIG_H264CHROMA = yes 8279 CONFIG_H264CHROMA = yes