1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-23 23:32:26 +00:00

compilation/link fix with --disable-qtx --disable-dshow

patch by Gianluigi Tiesi <mplayer at netfarm dot it>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15454 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-05-14 09:03:00 +00:00
parent f6df520b8e
commit d0d9578679

View File

@ -28,8 +28,10 @@ static vf_info_t* encoder_list[]={
#endif
#ifdef USE_WIN32DLL
&ve_info_vfw,
#ifdef USE_QTX_CODECS
&ve_info_qtvideo,
#endif
#endif
#ifdef HAVE_LIBDV095
&ve_info_libdv,
#endif