summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-25 19:57:08 +0200
committerwm4 <wm4@nowhere>2012-08-25 20:03:25 +0200
commit6c13b694fb0703097bfc74b33c62f47434460833 (patch)
tree741c7e2560a683959bd17a782b01f3e964f2f1d4 /configure
parent89e76314837f94caf74a1f24b26d5d264b0d1800 (diff)
downloadmpv-6c13b694fb0703097bfc74b33c62f47434460833.tar.bz2
mpv-6c13b694fb0703097bfc74b33c62f47434460833.tar.xz
configure: minor improvement to summary output
Remove printing VO modules that were removed earlier, but were enabled by configure tests that are still needed. Print "libavcodecs" with the "Codecs: " output.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 2 insertions, 6 deletions
diff --git a/configure b/configure
index 11e5af3ec0..90c7bc4f35 100755
--- a/configure
+++ b/configure
@@ -2056,7 +2056,7 @@ if test "$_x11" = auto && test "$_x11_headers" = yes ; then
fi
if test "$_x11" = yes ; then
def_x11='#define CONFIG_X11 1'
- vomodules="x11 xover $vomodules"
+ vomodules="x11 $vomodules"
else
_x11=no
def_x11='#undef CONFIG_X11'
@@ -2297,11 +2297,9 @@ echores "$_jpeg"
if test "$_jpeg" = yes ; then
def_jpeg='#define CONFIG_JPEG 1'
- vomodules="jpeg $vomodules"
extra_ldflags="$extra_ldflags -ljpeg"
else
def_jpeg='#undef CONFIG_JPEG'
- novomodules="jpeg $novomodules"
fi
@@ -2338,7 +2336,6 @@ fi
if test "$_gif" = yes ; then
def_gif='#define CONFIG_GIF 1'
codecmodules="gif $codecmodules"
- vomodules="gif89a $vomodules"
res_comment="old version, some encoding functions disabled"
def_gif_4='#undef CONFIG_GIF_4'
extra_ldflags="$extra_ldflags $_ld_gif"
@@ -2363,7 +2360,6 @@ EOF
else
def_gif='#undef CONFIG_GIF'
def_gif_4='#undef CONFIG_GIF_4'
- novomodules="gif89a $novomodules"
nocodecmodules="gif $nocodecmodules"
fi
echores "$_gif"
@@ -3645,7 +3641,7 @@ Config files successfully generated by ./configure $configuration !
Enabled optional drivers:
Input: $inputmodules
- Codecs: $codecmodules
+ Codecs: libavcodecs $codecmodules
Audio output: $aomodules
Video output: $vomodules