Commit 65a708a menno
committed
1 parent e2634aa commit 65a708a Copy full SHA for 65a708a
File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
- libdir = ` xmms-config --input-plugin-dir`
1
+ libdir = ` $( XMMS_CONFIG ) --input-plugin-dir`
2
2
lib_LTLIBRARIES = libmp4.la
3
3
4
- INCLUDES = -I../../../common/mp4v2 -DHAVE_GLIB_H=1 -I../../../
4
+ libmp4_la_CFLAGS = ` $( XMMS_CONFIG) --cflags` -Wall \
5
+ ` $( GTK_CONFIG) --cflags` -DHAVE_GLIB_H=1 \
6
+ -I$(top_srcdir ) /include -I$(top_srcdir ) /common/mp4v2
5
7
6
- libmp4_la_CFLAGS = ` xmms-config --cflags ` -Wall -I$(top_srcdir ) /include
8
+ libmp4_la_LIBADD = $(top_builddir ) /libfaad/libfaad.la \
9
+ $(top_builddir ) /common/mp4v2/libmp4v2.la
7
10
8
- libmp4_la_LDFLAGS = -module -avoid-version ` xmms-config --libs ` -lfaad -lpthread -lstdc++ -lmp4v2
11
+ libmp4_la_LDFLAGS = -module -avoid-version ` $( XMMS_CONFIG) --libs` \
12
+ ` $( GTK_CONFIG) --libs` -lpthread -lstdc++
9
13
libmp4_la_SOURCES = libmp4.c mp4_utils.c aac_utils.c
You can’t perform that action at this time.
0 commit comments