[vlc-commits] [Git][videolan/vlc][master] modules: remove unused dummy.cpp
Steve Lhomme (@robUx4)
gitlab at videolan.org
Wed Sep 14 11:21:26 UTC 2022
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
516a982d by Steve Lhomme at 2022-09-14T10:51:42+00:00
modules: remove unused dummy.cpp
- - - - -
2 changed files:
- modules/.gitignore
- modules/Makefile.am
Changes:
=====================================
modules/.gitignore
=====================================
@@ -1,6 +1,5 @@
*-client-protocol.h
*-protocol.c
-dummy.cpp
plugins.dat
srtp-test-aes
srtp-test-recv
=====================================
modules/Makefile.am
=====================================
@@ -57,11 +57,6 @@ include mux/Makefile.am
include stream_out/Makefile.am
endif
-BUILT_SOURCES += dummy.cpp
-
-dummy.cpp:
- touch dummy.cpp
-
if HAVE_WIN32
BUILT_SOURCES += module.rc.lo
CLEANFILES += module.rc
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/516a982d166fd678558d871d93d4f084da71cc4a
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/516a982d166fd678558d871d93d4f084da71cc4a
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list