projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
b104969
)
Remove erroneous extralibs line in a --disable option.
author
Diego Biurrun
<diego@biurrun.de>
Wed, 18 Jan 2006 10:10:09 +0000
(10:10 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Wed, 18 Jan 2006 10:10:09 +0000
(10:10 +0000)
Originally committed as revision 4865 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
blame
|
history
diff --git
a/configure
b/configure
index
51b3dc4
..
154f62b
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-483,7
+483,6
@@
for opt do
--disable-audio-oss) audio_oss="no"
;;
--disable-audio-beos) audio_beos="no"
- extralibs="$extralibs -lbe -lmedia"
;;
--disable-dv1394) dv1394="no"
;;