Skip to content

Commit 8d5c081

Browse files
robUx4fkuehne
authored andcommitted
srt: remove dummy.cpp
The proper cmake-based export of the C++ runtime in pkg-config is present in the library since version 1.3.2.
1 parent e923aa6 commit 8d5c081

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/access/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ EXTRA_LTLIBRARIES += libaccess_mtp_plugin.la
462462

463463
### SRT ###
464464

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
466466
libaccess_srt_plugin_la_CFLAGS = $(AM_CFLAGS) $(SRT_CFLAGS)
467467
libaccess_srt_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) $(SRT_CPPFLAGS)
468468
libaccess_srt_plugin_la_LIBADD = $(SRT_LIBS)

modules/access_output/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ libaccess_http_put_plugin_la_LIBADD = libvlc_http.la
2929
access_out_LTLIBRARIES += libaccess_http_put_plugin.la
3030

3131
### 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
3333
libaccess_output_srt_plugin_la_CFLAGS = $(AM_CFLAGS) $(SRT_CFLAGS)
3434
libaccess_output_srt_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) $(SRT_CPPFLAGS)
3535
libaccess_output_srt_plugin_la_LIBADD = $(SRT_LIBS)

0 commit comments

Comments
 (0)