431f51597c
- make pkg-descr reflecting reality (no smpeg anymore); - force usual naming conventions for the libraries installed into ${PREFIX}/lib (i.e. .so and .so.xxx, not just .so). Please note that unlike previous, this new version doesn't include ability to play MPEG-1 OOB, so if you use it for than you probably may want to stick with 0.1.3. Also please note that it's still full of stupid bugs and linuxisms (like assumption that OS should zero all unitialized data when loading a program), so beware. Update prompted by: lioux
15 lines
411 B
Plaintext
15 lines
411 B
Plaintext
|
|
$FreeBSD$
|
|
|
|
--- src/Makefile.in.orig Sat Jan 20 01:53:55 2001
|
|
+++ src/Makefile.in Sun Feb 4 22:55:34 2001
|
|
@@ -126,7 +126,7 @@
|
|
xmps_SOURCES = main.c
|
|
|
|
|
|
-xmps_LDADD = -L@LIBXMPS_DIR@ -lxmps -L@LIBXMPSUTILS_DIR@ -lxmpsutils
|
|
+xmps_LDADD = -L@LIBXMPS_DIR@ -lxmps -L@LIBXMPSUTILS_DIR@ -lxmpsutils -pthread
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
CONFIG_HEADER = ../config.h
|
|
CONFIG_CLEAN_FILES =
|