Skip to content

Commit

Permalink
srt: remove dummy.cpp
Browse files Browse the repository at this point in the history
The proper cmake-based export of the C++ runtime in pkg-config is present in
the library since version 1.3.2.
  • Loading branch information
robUx4 authored and fkuehne committed Sep 6, 2022
1 parent e923aa6 commit 8d5c081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/access/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ EXTRA_LTLIBRARIES += libaccess_mtp_plugin.la

### SRT ###

libaccess_srt_plugin_la_SOURCES = access/srt.c access/srt_common.c access/srt_common.h dummy.cpp
libaccess_srt_plugin_la_SOURCES = access/srt.c access/srt_common.c access/srt_common.h
libaccess_srt_plugin_la_CFLAGS = $(AM_CFLAGS) $(SRT_CFLAGS)
libaccess_srt_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) $(SRT_CPPFLAGS)
libaccess_srt_plugin_la_LIBADD = $(SRT_LIBS)
Expand Down
2 changes: 1 addition & 1 deletion modules/access_output/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ libaccess_http_put_plugin_la_LIBADD = libvlc_http.la
access_out_LTLIBRARIES += libaccess_http_put_plugin.la

### SRT ###
libaccess_output_srt_plugin_la_SOURCES = access_output/srt.c access/srt_common.c access/srt_common.h dummy.cpp
libaccess_output_srt_plugin_la_SOURCES = access_output/srt.c access/srt_common.c access/srt_common.h
libaccess_output_srt_plugin_la_CFLAGS = $(AM_CFLAGS) $(SRT_CFLAGS)
libaccess_output_srt_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) $(SRT_CPPFLAGS)
libaccess_output_srt_plugin_la_LIBADD = $(SRT_LIBS)
Expand Down

0 comments on commit 8d5c081

Please sign in to comment.