diff options
Diffstat (limited to 'dists/redhat/scummvm-vorbis.patch')
-rw-r--r-- | dists/redhat/scummvm-vorbis.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dists/redhat/scummvm-vorbis.patch b/dists/redhat/scummvm-vorbis.patch new file mode 100644 index 0000000000..22a09c3393 --- /dev/null +++ b/dists/redhat/scummvm-vorbis.patch @@ -0,0 +1,13 @@ +--- scummvm-0.5.0/Makefile 2003-08-01 21:18:49.000000000 +0200 ++++ scummvm-0.5.0/Makefile.vorbis 2003-08-01 21:19:06.000000000 +0200 +@@ -53,8 +53,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 |