mpegpes added to output modules

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3326 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
jaf 2001-12-04 22:04:14 +00:00
parent 2c00ea5b69
commit cb90b5ac19
1 changed files with 2 additions and 0 deletions

2
configure vendored
View File

@ -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"