# HG changeset patch # User nenolod # Date 1138977851 28800 # Node ID 0b017478161f0e5bdce8efafb124e23592c1d1b3 # Parent 8e1a0719e4a511523e2abb78bca0a3473494d578 [svn] wma conversion diff -r 8e1a0719e4a5 -r 0b017478161f Plugins/Input/wma/Makefile.am --- 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 diff -r 8e1a0719e4a5 -r 0b017478161f Plugins/Input/wma/Makefile.in --- /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 diff -r 8e1a0719e4a5 -r 0b017478161f Plugins/Input/wma/libffwma/Makefile.am --- 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 diff -r 8e1a0719e4a5 -r 0b017478161f Plugins/Input/wma/libffwma/Makefile.in --- /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}