Skip to content
Snippets Groups Projects
Commit 6a995af6 authored by François Cartegnie's avatar François Cartegnie :fingers_crossed: Committed by Felix Paul Kühne
Browse files

demux: ogg: add missing libm

parent 14392b22
No related branches found
No related tags found
3 merge requests!46ci: generate a contrib package if Windows prebuilt were used but failed,!45WIP emcmake,!44WIP flac 14.0
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment