forked from Lainports/freebsd-ports
hardware acceleration in Xfree 4.x if available, fullscreen, resizeable window, VCD support (doesn't work in FreeBSD yet), aspected ratio when resizing the window, etc.
11 lines
511 B
Text
11 lines
511 B
Text
--- src/Makefile.in.orig Tue Nov 28 23:04:39 2000
|
|
+++ src/Makefile.in Tue Dec 19 18:37:56 2000
|
|
@@ -101,7 +101,7 @@
|
|
libsmpeg_xmms_la_LDFLAGS = -module -avoid-version
|
|
|
|
INCLUDES = @XMMS_CFLAGS@ @SDL_CFLAGS@ @SMPEG_CFLAGS@
|
|
-libsmpeg_xmms_la_LIBADD = @XMMS_LIBS@ @PTHREAD_LIBS@ @SDL_LIBS@ @SMPEG_LIBS@
|
|
+libsmpeg_xmms_la_LIBADD = @XMMS_LIBS@ @PTHREAD_LIBS@ @SDL_LIBS@ @SMPEG_LIBS@ -lgcc_r
|
|
|
|
libsmpeg_xmms_la_SOURCES = smpeg-xmms.c smpeg-xmms.h configure.c
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|