[vlc-commits] [Git][videolan/vlc][master] access: rtp: remove explicit _DEPENDENCIES

Steve Lhomme (@robUx4) gitlab at videolan.org
Tue Jul 25 11:58:21 UTC 2023



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
9e798e24 by Alexandre Janniaux at 2023-07-25T11:41:56+00:00
access: rtp: remove explicit _DEPENDENCIES

The _DEPENDENCIES variable is automatically filled when adding internal
convenience libraries to _LIBADD and is not supposed to be overriden.

With LIBADD only, the dependency leads to the following makefile output:

    am__DEPENDENCIES_25 = libvlc_srtp.la \
            $(am__DEPENDENCIES_1)
    librtp_plugin_la_DEPENDENCIES = libvlc_rtp.la $(am__DEPENDENCIES_1) \
            $(am__DEPENDENCIES_25)

- - - - -


1 changed file:

- modules/access/rtp/Makefile.am


Changes:

=====================================
modules/access/rtp/Makefile.am
=====================================
@@ -29,7 +29,6 @@ noinst_LTLIBRARIES += libvlc_srtp.la
 librtp_plugin_la_CPPFLAGS += -DHAVE_SRTP
 librtp_plugin_la_CFLAGS += $(GCRYPT_CFLAGS)
 librtp_plugin_la_LIBADD += libvlc_srtp.la $(GCRYPT_LIBS)
-librtp_plugin_la_DEPENDENCIES = libvlc_srtp.la
 endif
 
 noinst_HEADERS += access/rtp/fmtp.h



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/9e798e2473238b47841c5ee4eb86807d0ed8e142

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/9e798e2473238b47841c5ee4eb86807d0ed8e142
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