summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-06-07 11:56:38 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-06-07 11:56:38 +0200
commitebc2929f0001ebe6563b4af6ab64ef217498c121 (patch)
treef4eaf7bdd4f2eb296df1135b8833d5dc054fb868 /plugins
parent82ef88e5865d7a5767df9155e0315c8ca0974766 (diff)
vorbis and flac static build fix
Diffstat (limited to 'plugins')
-rw-r--r--plugins/flac/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/flac/Makefile.am b/plugins/flac/Makefile.am
index 5b1f5c7e..c8e82765 100644
--- a/plugins/flac/Makefile.am
+++ b/plugins/flac/Makefile.am
@@ -5,7 +5,7 @@ flac_la_SOURCES = flac.c
flac_la_LDFLAGS = -module -avoid-version -export-symbols-regex flac_load
if HAVE_OGG
-oggedit_def = -DUSE_OGGEDIT=1 $(OGG_CFLAGS)
+oggedit_def = -DUSE_OGGEDIT=1
oggedit_lib = ../liboggedit/liboggedit.a $(OGG_LIBS)
endif