[vlc-devel] [vlc-commits] stream_filter: smooth: parse chunks using libmp4.h

Francois Cartegnie fcvlcdev at free.fr
Mon Nov 10 18:40:21 CET 2014


Le 10/11/2014 18:27, Rémi Denis-Courmont a écrit :
> This breaks the build:
> 
> demux/mp4/.libs/libsmooth_plugin_la-libmp4.o: In function `MP4_ReadBox_tkhd':
> /home/remi/videolan/vlc/build/modules/../../modules/demux/mp4/libmp4.c:865: undefined reference to `__sqrt_finite'
> /home/remi/videolan/vlc/build/modules/../../modules/demux/mp4/libmp4.c:867: undefined reference to `__sqrt_finite'
> /home/remi/videolan/vlc/build/modules/../../modules/demux/mp4/libmp4.c:870: undefined reference to `__atan2_finite'
> collect2: error: ld returned 1 exit status
> 

I'm unsure how to fix this as other modules using libmp4.c are not
adding -lm. That might through the global LD flags but as I can't
reproduce the problem I have no way to test.

Francois



More information about the vlc-devel mailing list