diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-01-19 05:35:53 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-01-19 05:35:53 +0000 |
commit | 861d49aa4448fc45dadd0024e4e9e3a842489dde (patch) | |
tree | 3fc5d503b052da889976771bd568f2706e405300 | |
parent | 5b917179ad613e0979fda5899ce38d664e3d8a81 (diff) |
added missing lib: vorbisfile
svn path=/trunk/externals/pdogg/; revision=14754
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ EXTRA_DIST = pdogg.c makefile.msvc HISTORY CFLAGS = -DPD -I"$(PD_INCLUDE)"/pd -Wall -W -g LDFLAGS = -LIBS = $(shell pkg-config --libs vorbis vorbisenc) +LIBS = $(shell pkg-config --libs vorbis vorbisenc vorbisfile) #------------------------------------------------------------------------------# # |