summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-01-14 10:10:23 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-01-14 10:10:23 +0100
commit82f3adaa9b52ddf20c12a7a62494012e0242f509 (patch)
tree9a53164e9c7212b6ca7216fd6eb7673cf0749cea
parent1de4169c1c510da8e152963430a5b07bc70d04d7 (diff)
theora: Rename source files to have the same name as the headers
-rw-r--r--ext/theora/Makefile.am10
-rw-r--r--ext/theora/gsttheora.c (renamed from ext/theora/theora.c)0
-rw-r--r--ext/theora/gsttheoradec.c (renamed from ext/theora/theoradec.c)0
-rw-r--r--ext/theora/gsttheoraenc.c (renamed from ext/theora/theoraenc.c)0
-rw-r--r--ext/theora/gsttheoraparse.c (renamed from ext/theora/theoraparse.c)0
5 files changed, 8 insertions, 2 deletions
diff --git a/ext/theora/Makefile.am b/ext/theora/Makefile.am
index 4dabb032..52164b04 100644
--- a/ext/theora/Makefile.am
+++ b/ext/theora/Makefile.am
@@ -1,8 +1,14 @@
plugin_LTLIBRARIES = libgsttheora.la
-noinst_HEADERS = gsttheoraenc.h gsttheoradec.h gsttheoraparse.h
+noinst_HEADERS = gsttheoraenc.h \
+ gsttheoradec.h \
+ gsttheoraparse.h
+
+libgsttheora_la_SOURCES = gsttheora.c \
+ gsttheoraenc.c \
+ gsttheoradec.c \
+ gsttheoraparse.c
-libgsttheora_la_SOURCES = theora.c theoraenc.c theoradec.c theoraparse.c
libgsttheora_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(THEORA_CFLAGS)
libgsttheora_la_LIBADD = \
$(top_builddir)/gst-libs/gst/tag/libgsttag-$(GST_MAJORMINOR).la \
diff --git a/ext/theora/theora.c b/ext/theora/gsttheora.c
index 37f32114..37f32114 100644
--- a/ext/theora/theora.c
+++ b/ext/theora/gsttheora.c
diff --git a/ext/theora/theoradec.c b/ext/theora/gsttheoradec.c
index 6eef4729..6eef4729 100644
--- a/ext/theora/theoradec.c
+++ b/ext/theora/gsttheoradec.c
diff --git a/ext/theora/theoraenc.c b/ext/theora/gsttheoraenc.c
index 121d3820..121d3820 100644
--- a/ext/theora/theoraenc.c
+++ b/ext/theora/gsttheoraenc.c
diff --git a/ext/theora/theoraparse.c b/ext/theora/gsttheoraparse.c
index 79c90072..79c90072 100644
--- a/ext/theora/theoraparse.c
+++ b/ext/theora/gsttheoraparse.c