mirror of
https://github.com/mpv-player/mpv
synced 2025-01-12 01:49:33 +00:00
cosmetics: EXTRA_LIB_MENCODER --> EXTRALIBS_MENCODER
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21140 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
998308f4b2
commit
d021529c71
2
Makefile
2
Makefile
@ -71,7 +71,7 @@ LIBS_MPLAYER = libvo/libvo.a \
|
||||
$(COMMON_LIBS) \
|
||||
|
||||
LIBS_MENCODER = libmpcodecs/libmpencoders.a \
|
||||
$(EXTRA_LIB_MENCODER) \
|
||||
$(EXTRALIBS_MENCODER) \
|
||||
$(COMMON_LIBS) \
|
||||
|
||||
OBJS_MPLAYER = $(SRCS_MPLAYER:.c=.o)
|
||||
|
2
configure
vendored
2
configure
vendored
@ -7360,7 +7360,7 @@ EXTRA_LIB = $_ld_extra \
|
||||
$_ld_vorbis $_ld_theora $_xmms_lib \
|
||||
$_ld_arch
|
||||
EXTRALIBS_MPLAYER = $_libs_mplayer $_ld_x11 $_ld_sock $_ld_static $_ld_gtk $_ld_glib
|
||||
EXTRA_LIB_MENCODER = $_libs_mencoder
|
||||
EXTRALIBS_MENCODER = $_libs_mencoder
|
||||
FREETYPE_LIB = $_ld_freetype
|
||||
FONTCONFIG_LIB = $_ld_fontconfig
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user