mirror of
https://github.com/mpv-player/mpv
synced 2024-12-14 02:45:43 +00: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:
parent
3e85b7e4fb
commit
8852e42fc7
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user