mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
theora: Rename source files to have the same name as the headers
This commit is contained in:
parent
1de4169c1c
commit
82f3adaa9b
5 changed files with 8 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue