patch-Makefile 926 B

12345678910111213141516171819
  1. --- MPlayer-1.1.1.orig/Makefile 2012-05-30 23:21:46.000000000 +0200
  2. +++ MPlayer-1.1.1/Makefile 2013-11-14 13:20:30.000000000 +0100
  3. @@ -190,7 +190,6 @@ SRCS_COMMON-$(NATIVE_RTSP) +=
  4. stream/librtsp/rtsp_session.c \
  5. SRCS_COMMON-$(NETWORKING) += stream/stream_netstream.c \
  6. - stream/asf_mmst_streaming.c \
  7. stream/asf_streaming.c \
  8. stream/cookies.c \
  9. stream/http.c \
  10. @@ -794,7 +793,7 @@ mencoder$(EXESUF) mplayer$(EXESUF):
  11. $(CC) -o $@ $^ $(EXTRALIBS)
  12. codec-cfg$(EXESUF): codec-cfg.c codec-cfg.h help_mp.h
  13. - $(HOST_CC) -O -DCODECS2HTML -I. -Iffmpeg -o $@ $<
  14. + $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) -O -DCODECS2HTML -I. -Iffmpeg -o $@ $<
  15. codecs.conf.h: codec-cfg$(EXESUF) etc/codecs.conf
  16. ./$^ > $@