[vlc-commits] [Git][videolan/vlc][master] demux: ogg: add missing libm
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Thu Jul 14 05:26:12 UTC 2022
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
6a995af6 by Francois Cartegnie at 2022-07-14T05:11:22+00:00
demux: ogg: add missing libm
- - - - -
1 changed file:
- modules/demux/Makefile.am
Changes:
=====================================
modules/demux/Makefile.am
=====================================
@@ -16,7 +16,7 @@ libogg_plugin_la_SOURCES = demux/ogg.c demux/ogg.h \
demux/xiph.h demux/opus.h
libogg_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBVORBIS_CFLAGS) $(OGG_CFLAGS)
libogg_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(demuxdir)'
-libogg_plugin_la_LIBADD = $(LIBVORBIS_LIBS) $(OGG_LIBS) libxiph_metadata.la
+libogg_plugin_la_LIBADD = $(LIBVORBIS_LIBS) $(OGG_LIBS) $(LIBM) libxiph_metadata.la
EXTRA_LTLIBRARIES += libogg_plugin.la
demux_LTLIBRARIES += $(LTLIBogg)
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/6a995af679cd9b5d144afe1096865fd29fe0b667
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/6a995af679cd9b5d144afe1096865fd29fe0b667
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