mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
fix Makefile.am
Original commit message from CVS: fix Makefile.am
This commit is contained in:
parent
7448422fe2
commit
c63a68efb7
1 changed files with 18 additions and 18 deletions
|
@ -1,6 +1,7 @@
|
|||
plugin_LTLIBRARIES = libgstrtp.la
|
||||
|
||||
libgstrtp_la_SOURCES = gstrtp.c \
|
||||
libgstrtp_la_SOURCES = \
|
||||
gstrtp.c \
|
||||
gstrtpdec.c \
|
||||
gstrtpmpadec.c \
|
||||
gstrtpmpaenc.c \
|
||||
|
@ -36,8 +37,7 @@ noinst_HEADERS = gstrtpL16enc.h \
|
|||
gstrtpmpaenc.h \
|
||||
gstrtph263pdec.h \
|
||||
gstrtph263penc.h \
|
||||
gstrtph263enc.c \
|
||||
gstasteriskh263.c \
|
||||
gstrtph263enc.h \
|
||||
gstrtpmp4venc.h \
|
||||
gstrtpmp4vdec.h \
|
||||
gstrtpdec.h \
|
||||
|
|
Loading…
Reference in a new issue