diff options
author | Alexey Yakovenko <waker@users.sourceforge.net> | 2013-12-08 20:24:29 +0100 |
---|---|---|
committer | Alexey Yakovenko <waker@users.sourceforge.net> | 2013-12-08 20:24:29 +0100 |
commit | e5d952341d52d74717582390a9e7faef87dcc879 (patch) | |
tree | bdaff9538dea6708e0b4f7087c0355e3acec2f6d /plugins/libmp4ff | |
parent | c08ef416fbd735d1fa12264f41beb6e981b53086 (diff) |
shut up autogen.sh errors
Diffstat (limited to 'plugins/libmp4ff')
-rw-r--r-- | plugins/libmp4ff/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/libmp4ff/Makefile.am b/plugins/libmp4ff/Makefile.am index 75e10974..8ef433b8 100644 --- a/plugins/libmp4ff/Makefile.am +++ b/plugins/libmp4ff/Makefile.am @@ -10,4 +10,4 @@ libmp4ff_a_SOURCES = \ mp4tagupdate.c\ mp4util.c -libmp4ff_a_CFLAGS = -fPIC -DUSE_TAGGING +AM_CFLAGS = -fPIC -DUSE_TAGGING |