mirror of https://github.com/mpv-player/mpv
Revert libnut option names, the issue is fixed in FFmpeg.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22208 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
acb11de6b9
commit
4eebe7dc88
|
@ -7542,7 +7542,7 @@ ZORAN = $_zr
|
|||
LIBDV = $_libdv
|
||||
XVID4 = $_xvid
|
||||
X264 = $_x264
|
||||
CONFIG_LIBNUT = $_nut
|
||||
LIBNUT = $_nut
|
||||
CONFIG_LIBDTS = $_libdts
|
||||
MPLAYER = $_mplayer
|
||||
MENCODER = $_mencoder
|
||||
|
|
|
@ -52,7 +52,7 @@ SRCS-$(CONFIG_LIBAVFORMAT) += demux_lavf.c
|
|||
SRCS-$(CONFIG_LIBAVFORMAT_SO) += demux_lavf.c
|
||||
SRCS-$(GIF) += demux_gif.c
|
||||
SRCS-$(LIBDV) += demux_rawdv.c
|
||||
SRCS-$(CONFIG_LIBNUT) += demux_nut.c
|
||||
SRCS-$(LIBNUT) += demux_nut.c
|
||||
SRCS-$(LIBVORBIS) += demux_ogg.c
|
||||
SRCS-$(MUSEPACK) += demux_mpc.c
|
||||
SRCS-$(STREAMING_LIVE555) += demux_rtp.cpp demux_rtp_codec.cpp
|
||||
|
|
Loading…
Reference in New Issue