]> git.pld-linux.org Git - packages/scummvm.git/commitdiff
- use ogg vorbis
authorwolf <wolf@pld-linux.org>
Sun, 8 Dec 2002 16:26:04 +0000 (16:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    scummvm-makefile.patch -> 1.1

scummvm-makefile.patch [new file with mode: 0644]

diff --git a/scummvm-makefile.patch b/scummvm-makefile.patch
new file mode 100644 (file)
index 0000000..d604171
--- /dev/null
@@ -0,0 +1,14 @@
+diff -ruN scummvm-0.3.0-/Makefile scummvm-0.3.0/Makefile
+--- scummvm-0.3.0-/Makefile    Sun Dec  1 21:29:19 2002
++++ scummvm-0.3.0/Makefile     Sun Dec  8 16:50:46 2002
+@@ -40,8 +40,8 @@
+ LIBS    += -lmad
+ # Uncomment this to activate the Ogg Vorbis lib for compressed sound files
+-# DEFINES += -DUSE_VORBIS
+-# LIBS    += -lvorbisfile -lvorbis
++DEFINES += -DUSE_VORBIS
++LIBS    += -lvorbisfile -lvorbis
+ # Uncomment this to activate the ALSA lib for midi
+ # DEFINES += -DUSE_ALSA
This page took 0.082283 seconds and 4 git commands to generate.