Skip to content

Commit 99c8d31

Browse files
James DarnleyJDarnley
authored andcommitted
upipe-modules: make build know upipe_rtp_anc_unpack depends on bitstream
1 parent d1bdd59 commit 99c8d31

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

lib/upipe-modules/Build.mk

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ libupipe_modules-includes = \
5050
upipe_rate_limit.h \
5151
upipe_row_join.h \
5252
upipe_row_split.h \
53-
upipe_rtp_anc_unpack.h \
5453
upipe_rtp_h264.h \
5554
upipe_rtp_mpeg4.h \
5655
upipe_rtp_pcm_pack.h \
@@ -138,7 +137,6 @@ libupipe_modules-src = \
138137
upipe_rate_limit.c \
139138
upipe_row_join.c \
140139
upipe_row_split.c \
141-
upipe_rtp_anc_unpack.c \
142140
upipe_rtp_h264.c \
143141
upipe_rtp_mpeg4.c \
144142
upipe_rtp_pcm_pack.c \
@@ -167,26 +165,28 @@ libupipe_modules-src = \
167165
uprobe_blit_prepare.c \
168166
uprobe_http_redirect.c
169167

170-
have_upipe_fsink = $(have_writev)
171-
have_upipe_udpsink = $(have_writev)
172-
have_upipe_id3v2 = $(have_bitstream)
173-
have_upipe_id3v2_encaps = $(have_bitstream)
174-
have_upipe_id3v2_decaps = $(have_bitstream)
175-
have_upipe_rtcp = $(have_bitstream)
176-
have_upipe_rtpd = $(have_bitstream)
177-
have_upipe_rtp_demux = $(have_bitstream)
178-
have_upipe_rtp_prepend = $(have_bitstream)
179-
have_upipe_rtpr = $(have_bitstream)
180-
have_upipe_rtpsrc = $(have_bitstream)
181-
have_upipe_s337_encaps = $(have_bitstream)
182-
have_upipe_vancd = $(have_bitstream)
168+
have_upipe_fsink = $(have_writev)
169+
have_upipe_udpsink = $(have_writev)
170+
have_upipe_id3v2 = $(have_bitstream)
171+
have_upipe_id3v2_encaps = $(have_bitstream)
172+
have_upipe_id3v2_decaps = $(have_bitstream)
173+
have_upipe_rtcp = $(have_bitstream)
174+
have_upipe_rtpd = $(have_bitstream)
175+
have_upipe_rtp_anc_unpack = $(have_bitstream)
176+
have_upipe_rtp_demux = $(have_bitstream)
177+
have_upipe_rtp_prepend = $(have_bitstream)
178+
have_upipe_rtpr = $(have_bitstream)
179+
have_upipe_rtpsrc = $(have_bitstream)
180+
have_upipe_s337_encaps = $(have_bitstream)
181+
have_upipe_vancd = $(have_bitstream)
183182

184183
libupipe_modules-includes += \
185184
$(if $(have_upipe_fsink),upipe_file_sink.h) \
186185
$(if $(have_upipe_id3v2),upipe_id3v2.h) \
187186
$(if $(have_upipe_id3v2_encaps),upipe_id3v2_encaps.h) \
188187
$(if $(have_upipe_id3v2_decaps),upipe_id3v2_decaps.h) \
189188
$(if $(have_upipe_rtcp),upipe_rtcp.h) \
189+
$(if $(have_upipe_rtp_anc_unpack),upipe_rtp_anc_unpack.h) \
190190
$(if $(have_upipe_rtp_demux),upipe_rtp_demux.h) \
191191
$(if $(have_upipe_rtpd),upipe_rtp_decaps.h) \
192192
$(if $(have_upipe_rtp_prepend),upipe_rtp_prepend.h) \
@@ -202,6 +202,7 @@ libupipe_modules-src += \
202202
$(if $(have_upipe_id3v2_encaps),upipe_id3v2_encaps.c) \
203203
$(if $(have_upipe_id3v2_decaps),upipe_id3v2_decaps.c) \
204204
$(if $(have_upipe_rtcp),upipe_rtcp.c) \
205+
$(if $(have_upipe_rtp_anc_unpack),upipe_rtp_anc_unpack.c) \
205206
$(if $(have_upipe_rtp_demux),upipe_rtp_demux.c) \
206207
$(if $(have_upipe_rtpd),upipe_rtp_decaps.c) \
207208
$(if $(have_upipe_rtp_prepend),upipe_rtp_prepend.c) \

0 commit comments

Comments
 (0)