projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80a289b
)
Force liba52 to yes if liba52bin is set.
author
Diego Biurrun
<diego@biurrun.de>
Sun, 11 Feb 2007 13:02:03 +0000
(13:02 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sun, 11 Feb 2007 13:02:03 +0000
(13:02 +0000)
Originally committed as revision 7926 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index d274fd9437344805e20c07c167199377d9f9bbdc..2d34fb1400c68629643ca076df482cf61162fc67 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1008,7
+1008,7
@@
for opt do
;;
--enable-a52) liba52="yes"
;;
- --enable-a52bin) liba52bin="yes"
+ --enable-a52bin) liba52bin="yes"
; liba52="yes"
;;
--enable-dts) libdts="yes"
;;