mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-02 06:31:08 +00:00
Updated makefile too..
Original commit message from CVS: Updated makefile too..
This commit is contained in:
parent
eb5536af92
commit
d19cc5f7a0
1 changed files with 2 additions and 1 deletions
|
@ -103,6 +103,7 @@ libgstreamer_@GST_MAJORMINOR@_la_SOURCES = \
|
||||||
gstelement.c \
|
gstelement.c \
|
||||||
gstelementfactory.c \
|
gstelementfactory.c \
|
||||||
gstevent.c \
|
gstevent.c \
|
||||||
|
gstfilter.c \
|
||||||
gstformat.c \
|
gstformat.c \
|
||||||
$(GST_INDEX_SRC) \
|
$(GST_INDEX_SRC) \
|
||||||
gstinfo.c \
|
gstinfo.c \
|
||||||
|
@ -143,7 +144,6 @@ libgstreamer_@GST_MAJORMINOR@_la_LIBADD = $(LIBGST_LIBS) $(GST_PARSE_LIBADD) $(G
|
||||||
libgstreamer_@GST_MAJORMINOR@_la_LDFLAGS = @GST_LT_LDFLAGS@ -version-info @GST_LIBVERSION@
|
libgstreamer_@GST_MAJORMINOR@_la_LDFLAGS = @GST_LT_LDFLAGS@ -version-info @GST_LIBVERSION@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
libgstreamer_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst
|
libgstreamer_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst
|
||||||
|
|
||||||
gst_headers = \
|
gst_headers = \
|
||||||
|
@ -163,6 +163,7 @@ gst_headers = \
|
||||||
gstdata.h \
|
gstdata.h \
|
||||||
gstelement.h \
|
gstelement.h \
|
||||||
gstevent.h \
|
gstevent.h \
|
||||||
|
gstfilter.h \
|
||||||
gstformat.h \
|
gstformat.h \
|
||||||
gstindex.h \
|
gstindex.h \
|
||||||
gstinfo.h \
|
gstinfo.h \
|
||||||
|
|
Loading…
Reference in a new issue