changeset 605:0b017478161f trunk

[svn] wma conversion
author nenolod
date Fri, 03 Feb 2006 06:44:11 -0800
parents 8e1a0719e4a5
children e74989045e61
files Plugins/Input/wma/Makefile.am Plugins/Input/wma/Makefile.in Plugins/Input/wma/libffwma/Makefile.am Plugins/Input/wma/libffwma/Makefile.in
diffstat 4 files changed, 34 insertions(+), 27 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/Input/wma/Makefile.am	Fri Feb 03 06:38:16 2006 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-if ENABLE_WMA
-
-SUBDIRS = libffwma
-
-lib_LTLIBRARIES = libwma.la
-
-endif
-
-libdir = $(plugindir)/$(INPUT_PLUGIN_DIR)
-
-libwma_la_LDFLAGS = $(PLUGIN_LDFLAGS) ./libffwma/libffwma.la
-
-libwma_la_SOURCES = wma.c
-
-INCLUDES = $(GTK_CFLAGS) -I$(top_builddir)/intl -I$(top_srcdir) -I./libffwma -std=c99
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Plugins/Input/wma/Makefile.in	Fri Feb 03 06:44:11 2006 -0800
@@ -0,0 +1,16 @@
+include ../../../mk/rules.mk
+include ../../../mk/objective.mk
+
+OBJECTIVE_LIBS = libwma.so
+
+SUBDIRS = libffwma
+
+LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR)
+
+LIBADD = ./libffwma/libffwma.a
+
+SOURCES = wma.c
+
+OBJECTS = ${SOURCES:.c=.o}
+
+CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) -I../../../intl -I../../.. -I./libffwma -std=c99
--- a/Plugins/Input/wma/libffwma/Makefile.am	Fri Feb 03 06:38:16 2006 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-noinst_LTLIBRARIES=	libffwma.la
-
-libffwma_la_SOURCES=	allcodecs.c allformats.c \
-			asf.c avcodec.h avformat.h \
-			avi.h avio.c avio.h aviobuf.c \
-			bswap.h common.c common.h \
-			cutils.c cutils.h dsputil.c dsputil.h \
-			fft.c file.c futils.c mdct.c \
-			os_support.c os_support.h \
-			parser.c simple_idct.c simple_idct.h \
-			utils.h utils.c wmadata.h wmadec.c
-libffwma_la_CFLAGS=	 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Plugins/Input/wma/libffwma/Makefile.in	Fri Feb 03 06:44:11 2006 -0800
@@ -0,0 +1,18 @@
+include ../../../../mk/rules.mk
+include ../../../../mk/objective.mk
+
+OBJECTIVE_LIBS_NOINST=	libffwma.a
+
+SOURCES=	allcodecs.c allformats.c \
+		asf.c avcodec.h avformat.h \
+		avi.h avio.c avio.h aviobuf.c \
+		bswap.h common.c common.h \
+		cutils.c cutils.h dsputil.c dsputil.h \
+		fft.c file.c futils.c mdct.c \
+		os_support.c os_support.h \
+		parser.c simple_idct.c simple_idct.h \
+		utils.h utils.c wmadata.h wmadec.c
+
+CFLAGS+=	-fPIC -DPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -I../../../.. -I../../../../intl
+
+OBJECTS=${SOURCES:.c=.o}