0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

two more lines for dvb ...

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6089 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
jaf 2002-05-14 09:39:13 +00:00
parent 3e85b7e4fb
commit 8852e42fc7

2
configure vendored
View File

@ -2249,9 +2249,11 @@ else
fi
if test "$_dvb" = yes ; then
_def_dvb='#define HAVE_DVB 1'
_aomodules="mpegpes(dvb) $_aomodules"
_vomodules="mpegpes(dvb) $_vomodules"
else
_def_dvb='#undef HAVE_DVB'
_aomodules="mpegpes(file) $_aomodules"
_vomodules="mpegpes(file) $_vomodules"
fi