[MPlayer-dev-eng] [PATCH] Fix make dep in libmpdemux
Diego Biurrun
diego at biurrun.de
Sat Mar 24 20:21:20 CET 2007
On Sat, Mar 24, 2007 at 02:15:51AM +0100, Carl Eugen Hoyos wrote:
>
> Attached patch fixes make dep in libmpdemux if live555 is enabled.
>
> --- mpcommon.mak (Revision 22787)
> +++ mpcommon.mak (Arbeitskopie)
> @@ -31,7 +31,7 @@
>
> dep depend::
> - $(CC) -MM $(CFLAGS) $(SRCS_COMMON) $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend
> + $(CC) -MM $(CFLAGS) $(CXXFLAGS) $(SRCS_COMMON) $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend
I don't like this. At the very least, this should be restricted to
libmpdemux/.
Diego
More information about the MPlayer-dev-eng
mailing list