[vlc-commits] [Git][videolan/vlc][master] codec: shine: add SHINE_LIBS to LIBADD rather than LDFLAGS

Steve Lhomme (@robUx4) gitlab at videolan.org
Fri Jan 17 14:06:58 UTC 2025



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
87e20fd6 by Steve Lhomme at 2025-01-17T13:37:51+00:00
codec: shine: add SHINE_LIBS to LIBADD rather than LDFLAGS

- - - - -


1 changed file:

- modules/codec/Makefile.am


Changes:

=====================================
modules/codec/Makefile.am
=====================================
@@ -554,7 +554,8 @@ endif
 
 libshine_plugin_la_SOURCES = codec/shine.c
 libshine_plugin_la_CFLAGS = $(AM_CFLAGS) $(SHINE_CFLAGS)
-libshine_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(codecdir)' $(SHINE_LIBS)
+libshine_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(codecdir)'
+libshine_plugin_la_LIBADD = $(SHINE_LIBS)
 EXTRA_LTLIBRARIES += libshine_plugin.la
 if ENABLE_SOUT
 codec_LTLIBRARIES += $(LTLIBshine)



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/87e20fd6b8c231d0508d1d64a1ff579e01ce813e

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