[SCM] juce/master: added vorbisfile & vorbisenc

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Thu Jan 21 16:34:06 UTC 2016


The following commit has been merged in the master branch:
commit 526e2c1c7fbf008b5570eab26a9523c04f4708d8
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Thu Jan 21 16:55:31 2016 +0100

    added vorbisfile & vorbisenc

diff --git a/debian/libbuilder/Makefile b/debian/libbuilder/Makefile
index 70092b3..f643d96 100644
--- a/debian/libbuilder/Makefile
+++ b/debian/libbuilder/Makefile
@@ -38,8 +38,8 @@ JPEG_LDFLAGS := $(shell pkg-config --libs libjpeg)
 PNG_CFLAGS  := -DJUCE_INCLUDE_PNGLIB_CODE=0 -DPNG_SKIP_SETJMP_CHECK $(shell pkg-config --cflags libpng)
 PNG_LDFLAGS := $(shell pkg-config --libs libpng)
 
-VORBIS_CFLAGS  := -DJUCE_INCLUDE_OGGVORBIS_CODE=0 $(shell pkg-config --cflags vorbis)
-VORBIS_LDFLAGS := $(shell pkg-config --libs vorbis)
+VORBIS_CFLAGS  := -DJUCE_INCLUDE_OGGVORBIS_CODE=0 $(shell pkg-config --cflags ogg vorbis vorbisfile vorbisenc)
+VORBIS_LDFLAGS := $(shell pkg-config --libs ogg vorbis vorbisfile vorbisenc)
 
 ZLIB_CFLAGS  := -DJUCE_INCLUDE_ZLIB_CODE=0 $(shell pkg-config --cflags zlib)
 ZLIB_LDFLAGS := $(shell pkg-config --libs zlib)

-- 
juce packaging



More information about the pkg-multimedia-commits mailing list