aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-11-13 22:09:31 +0000
committerMåns Rullgård <mans@mansr.com>2006-11-13 22:09:31 +0000
commitaf63114e0d14c2d71768acbc3bb241907d895478 (patch)
treec249ae6009ad202075fc9cde380c63389eea165f /configure
parent3841a6aa7adf441dffd9837b6d1982f57bba55c5 (diff)
downloadffmpeg-af63114e0d14c2d71768acbc3bb241907d895478.tar.gz
rename CONFIG_AC3 to CONFIG_A52
it's more consistent and Dolby never liked people "infringing" their TM Originally committed as revision 7014 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 56ae0e3f2a..437aac9a00 100755
--- a/configure
+++ b/configure
@@ -1919,8 +1919,8 @@ fi
# AC3
if test "$a52" = "yes" ; then
- echo "#define CONFIG_AC3 1" >> $TMPH
- echo "CONFIG_AC3=yes" >> config.mak
+ echo "#define CONFIG_A52 1" >> $TMPH
+ echo "CONFIG_A52=yes" >> config.mak
if test "$a52bin" = "yes" ; then
echo "#define CONFIG_A52BIN 1" >> $TMPH