summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorjaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-04 22:04:14 +0000
committerjaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-04 22:04:14 +0000
commitcb90b5ac192b34f1f54130bc8d014bb7d97389bc (patch)
tree065680298c5ad1379be99d2cc003de28ff31d832 /configure
parent2c00ea5b6930dda145e5449cb4c66a2b1a4d9f64 (diff)
downloadmpv-cb90b5ac192b34f1f54130bc8d014bb7d97389bc.tar.bz2
mpv-cb90b5ac192b34f1f54130bc8d014bb7d97389bc.tar.xz
mpegpes added to output modules
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3326 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index e1cd12d8b8..27340ea5f8 100755
--- a/configure
+++ b/configure
@@ -1698,8 +1698,10 @@ if test "$_dvb" != no ; then
fi
if test "$_dvb" = yes ; then
_def_dvb='#define HAVE_DVB 1'
+ _vomodules="mpegpes(dvb) $_vomodules"
else
_def_dvb='#undef HAVE_DVB'
+ _vomodules="mpegpes(file) $_vomodules"
fi
echores "$_dvb"