File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -462,7 +462,7 @@ EXTRA_LTLIBRARIES += libaccess_mtp_plugin.la
462
462
463
463
# ## SRT ###
464
464
465
- libaccess_srt_plugin_la_SOURCES = access/srt.c access/srt_common.c access/srt_common.h dummy.cpp
465
+ libaccess_srt_plugin_la_SOURCES = access/srt.c access/srt_common.c access/srt_common.h
466
466
libaccess_srt_plugin_la_CFLAGS = $(AM_CFLAGS ) $(SRT_CFLAGS )
467
467
libaccess_srt_plugin_la_CPPFLAGS = $(AM_CPPFLAGS ) $(SRT_CPPFLAGS )
468
468
libaccess_srt_plugin_la_LIBADD = $(SRT_LIBS )
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ libaccess_http_put_plugin_la_LIBADD = libvlc_http.la
29
29
access_out_LTLIBRARIES += libaccess_http_put_plugin.la
30
30
31
31
# ## SRT ###
32
- libaccess_output_srt_plugin_la_SOURCES = access_output/srt.c access/srt_common.c access/srt_common.h dummy.cpp
32
+ libaccess_output_srt_plugin_la_SOURCES = access_output/srt.c access/srt_common.c access/srt_common.h
33
33
libaccess_output_srt_plugin_la_CFLAGS = $(AM_CFLAGS ) $(SRT_CFLAGS )
34
34
libaccess_output_srt_plugin_la_CPPFLAGS = $(AM_CPPFLAGS ) $(SRT_CPPFLAGS )
35
35
libaccess_output_srt_plugin_la_LIBADD = $(SRT_LIBS )
You can’t perform that action at this time.
0 commit comments