mirror of
https://github.com/mpv-player/mpv
synced 2025-01-24 00:23:27 +00:00
Revert include flag reordering, it does not fix the compilation problem.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23801 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
75407bf01d
commit
4e1f13e464
@ -8,7 +8,7 @@ OBJS_MENCODER += $(addsuffix .o, $(basename $(SRCS_MENCODER)) )
|
|||||||
|
|
||||||
CFLAGS-$(LIBAVCODEC) += -I../libavcodec
|
CFLAGS-$(LIBAVCODEC) += -I../libavcodec
|
||||||
CFLAGS-$(LIBAVFORMAT) += -I../libavformat
|
CFLAGS-$(LIBAVFORMAT) += -I../libavformat
|
||||||
CFLAGS += $(OPTFLAGS) $(CFLAGS-yes)
|
CFLAGS += $(CFLAGS-yes) $(OPTFLAGS)
|
||||||
|
|
||||||
LIBS-$(MPLAYER) += $(LIBNAME_MPLAYER)
|
LIBS-$(MPLAYER) += $(LIBNAME_MPLAYER)
|
||||||
LIBS-$(MENCODER) += $(LIBNAME_MENCODER)
|
LIBS-$(MENCODER) += $(LIBNAME_MENCODER)
|
||||||
|
Loading…
Reference in New Issue
Block a user