mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
2a64cbe596
and which gives applications, through a very simple API, sample playing with stereo, 3D, doppler effects, music playing (MIDI, HMP, MUS), cd playing and ejecting/changing.
21 lines
466 B
Plaintext
21 lines
466 B
Plaintext
--- ../gsi/lib/gsipcm/Makefile Wed Feb 2 19:04:05 2000
|
|
+++ ./lib/gsipcm/Makefile Thu Dec 7 18:59:21 2000
|
|
@@ -23,7 +23,7 @@
|
|
STATIC_LIB = libgsipcm.a
|
|
DYNAMIC_LIB = libgsipcm.so
|
|
LIB_NAME = $(LIBGSIPCM)
|
|
-VERSION = .0.1
|
|
+VERSION = .0
|
|
LIB_OBJS = gsipcm.o
|
|
|
|
|
|
@@ -31,7 +31,7 @@
|
|
|
|
INCLUDES = -I../../include
|
|
|
|
-WARN = -Wall -Wstrict-prototypes
|
|
+WARN = -Wall #-Wstrict-prototypes
|
|
|
|
MY_CFLAGS = $(CFLAGS) $(DEBUG) $(OPTIMIZE) $(WARN) $(SYSCONFIG_THREADS_CFLAGS)
|
|
|