diff options
author | Alexey Yakovenko <waker@users.sourceforge.net> | 2014-06-07 11:56:38 +0200 |
---|---|---|
committer | Alexey Yakovenko <waker@users.sourceforge.net> | 2014-06-07 11:56:38 +0200 |
commit | ebc2929f0001ebe6563b4af6ab64ef217498c121 (patch) | |
tree | f4eaf7bdd4f2eb296df1135b8833d5dc054fb868 /plugins | |
parent | 82ef88e5865d7a5767df9155e0315c8ca0974766 (diff) |
vorbis and flac static build fix
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/flac/Makefile.am | 2 |
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 |