mirror of
https://github.com/mpv-player/mpv
synced 2025-03-22 11:18:32 +00:00
removed unused XP, TVISION and AVIP stuff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5636 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ace8f26f54
commit
05a888c3d4
18
Makefile
18
Makefile
@ -6,23 +6,11 @@
|
|||||||
|
|
||||||
include config.mak
|
include config.mak
|
||||||
|
|
||||||
ifeq ($(ENABLE_XP),yes)
|
|
||||||
PRG = mplayerxp
|
|
||||||
PRG_HQ = mplayerHQxp
|
|
||||||
PRG_AVIP = aviparsexp
|
|
||||||
PRG_FIBMAP = fibmap_mplayerxp
|
|
||||||
PRG_TV = tvisionxp
|
|
||||||
PRG_CFG = codec-cfg-xp
|
|
||||||
PRG_MENCODER = mencoderxp
|
|
||||||
else
|
|
||||||
PRG = mplayer
|
PRG = mplayer
|
||||||
PRG_HQ = mplayerHQ
|
|
||||||
PRG_AVIP = aviparse
|
|
||||||
PRG_FIBMAP = fibmap_mplayer
|
PRG_FIBMAP = fibmap_mplayer
|
||||||
PRG_TV = tvision
|
|
||||||
PRG_CFG = codec-cfg
|
PRG_CFG = codec-cfg
|
||||||
PRG_MENCODER = mencoder
|
PRG_MENCODER = mencoder
|
||||||
endif
|
|
||||||
# these subdirectories required installation due binaries within them
|
# these subdirectories required installation due binaries within them
|
||||||
ifeq ($(VIDIX),yes)
|
ifeq ($(VIDIX),yes)
|
||||||
SUBDIRS += libdha vidix
|
SUBDIRS += libdha vidix
|
||||||
@ -100,8 +88,6 @@ endif
|
|||||||
|
|
||||||
all: $(ALL_PRG)
|
all: $(ALL_PRG)
|
||||||
|
|
||||||
# $(PRG_AVIP)
|
|
||||||
|
|
||||||
.c.o:
|
.c.o:
|
||||||
$(CC) -c $(CFLAGS) -o $@ $<
|
$(CC) -c $(CFLAGS) -o $@ $<
|
||||||
|
|
||||||
@ -261,7 +247,7 @@ clean:
|
|||||||
-rm -f *.o *~ $(OBJS)
|
-rm -f *.o *~ $(OBJS)
|
||||||
|
|
||||||
distclean:
|
distclean:
|
||||||
-rm -f *~ $(PRG) $(PRG_FIBMAP) $(PRG_HQ) $(PRG_AVIP) $(PRG_TV) $(OBJS) $(PRG_MENCODER)
|
-rm -f *~ $(PRG) $(PRG_FIBMAP) $(PRG_MENCODER) $(OBJS)
|
||||||
-rm -f *.o *.a .depend configure.log
|
-rm -f *.o *.a .depend configure.log
|
||||||
@for a in $(PARTS); do $(MAKE) -C $$a distclean; done
|
@for a in $(PARTS); do $(MAKE) -C $$a distclean; done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user