diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2018-09-21 15:04:01 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2018-09-21 16:37:41 +0100 |
commit | 23feed75455bf5efee64857ffa03af8b4e281208 (patch) | |
tree | beb83f9d7543a99c456edeb0ea326b5b34a117a2 | |
parent | b1b4a043388188cd7dd0ab87d1771d89d12b3ca4 (diff) |
libs: dist new sctp lib
-rw-r--r-- | gst-libs/gst/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/Makefile.am b/gst-libs/gst/Makefile.am index b1b6b51a3..0d18cde4a 100644 --- a/gst-libs/gst/Makefile.am +++ b/gst-libs/gst/Makefile.am @@ -12,7 +12,7 @@ SUBDIRS = uridownloader adaptivedemux interfaces basecamerabinsrc codecparsers \ noinst_HEADERS = gst-i18n-plugin.h gettext.h glib-compat-private.h DIST_SUBDIRS = uridownloader adaptivedemux interfaces basecamerabinsrc \ - codecparsers insertbin mpegts wayland opencv video audio player isoff webrtc + codecparsers insertbin mpegts wayland opencv video audio player isoff sctp webrtc adaptivedemux: uridownloader |