changeset 576:c5ce7081a802 trunk

[svn] Update vorbis.
author nenolod
date Thu, 02 Feb 2006 15:49:25 -0800
parents 59602b2e2781
children 85bcdcbc245f
files Plugins/Input/vorbis/Makefile.am Plugins/Input/vorbis/Makefile.in
diffstat 2 files changed, 15 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/Input/vorbis/Makefile.am	Thu Feb 02 15:44:45 2006 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-if HAVE_OGGVORBIS
-
-lib_LTLIBRARIES = libvorbis.la
-
-endif
-
-libdir = $(plugindir)/$(INPUT_PLUGIN_DIR)
-
-INCLUDES = $(GTK_CFLAGS) $(OGG_VORBIS_CFLAGS) -I$(top_builddir)/intl -I$(top_srcdir)
-libvorbis_la_LDFLAGS = $(PLUGIN_LDFLAGS)
-libvorbis_la_LIBADD = $(GTK_LIBS) $(OGG_VORBIS_LIBS) $(LTLIBICONV)
-
-libvorbis_la_SOURCES = \
-vorbis.c vorbis.h \
-configure.c \
-http.c http.h \
-fileinfo.c \
-vcedit.c vcedit.h
-
-EXTRA_DIST = ogg.xpm
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Plugins/Input/vorbis/Makefile.in	Thu Feb 02 15:49:25 2006 -0800
@@ -0,0 +1,15 @@
+include ../../../mk/rules.mk
+include ../../../mk/objective.mk
+
+OBJECTIVE_LIBS = libvorbis.so
+
+LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR)
+
+SOURCES = configure.c  fileinfo.c  http.c  vcedit.c  vorbis.c
+
+OBJECTS = ${SOURCES:.c=.o}
+
+CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) -I../../../intl -I../../.. -I../..
+
+libvorbis.so: $(OBJECTS)
+	$(CC) $(CFLAGS) -shared -o $@ $(OBJECTS)