diff options
Diffstat (limited to 'packages/mplayer/files/w100-Makefile.patch')
-rw-r--r-- | packages/mplayer/files/w100-Makefile.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/mplayer/files/w100-Makefile.patch b/packages/mplayer/files/w100-Makefile.patch new file mode 100644 index 0000000000..01899556d3 --- /dev/null +++ b/packages/mplayer/files/w100-Makefile.patch @@ -0,0 +1,10 @@ +--- mplayer_20060519/Makefile.orig 2006-05-30 10:29:18.000000000 +0100 ++++ mplayer_20060519/Makefile 2006-05-30 10:29:53.000000000 +0100 +@@ -74,6 +74,7 @@ + $(DIRECTFB_LIB) \ + $(CACA_LIB) \ + $(VESA_LIB) \ ++ $(W100_LIB) + + ifeq ($(EXTERNAL_VIDIX),yes) + VO_LIBS += $(EXTERNAL_VIDIX_LIB) |