mirror of
https://github.com/mpv-player/mpv
synced 2025-01-12 09:59:44 +00:00
Remove nonsense ifeq around MEncoder target and variable declaration.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21094 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1390d0cf93
commit
519c0331bd
2
Makefile
2
Makefile
@ -312,14 +312,12 @@ LIBS_MPLAYER = libvo/libvo.a \
|
||||
mplayer$(EXESUF): $(MPLAYER_DEP)
|
||||
$(CC) -o $@ $(OBJS_MPLAYER) $(LIBS_MPLAYER)
|
||||
|
||||
ifeq ($(MENCODER),yes)
|
||||
LIBS_MENCODER = libmpcodecs/libmpencoders.a \
|
||||
$(EXTRA_LIB_MENCODER) \
|
||||
$(COMMON_LIBS) \
|
||||
|
||||
mencoder$(EXESUF): $(MENCODER_DEP)
|
||||
$(CC) -o $@ $(OBJS_MENCODER) $(LIBS_MENCODER)
|
||||
endif
|
||||
|
||||
osdep/mplayer-rc.o: osdep/mplayer.rc
|
||||
windres -o $@ osdep/mplayer.rc
|
||||
|
Loading…
Reference in New Issue
Block a user