Hi Leonard, > I get the following error when trying to make Liquidsoap-full from git.
> In function `ocaml_shine_encode_s16le': > shine_stubs.c:(.text+0x4d3): undefined reference to `shine_encode_frame' See the answer at https://sourceforge.net/mailarchive/message.php?msg_id=31355602 Do you actually need Shine support? You would be better off using LAME unless you are attempting to encode MP3 on something like a RaspberryPi. If not, comment it out in PACKAGES like so: # LAME is for MP3 encoding. ocaml-lame # SHINE is for fixed-point MP3 encoding. #ocaml-shine Cheers! Daniel ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
