search for: version_script

Displaying 5 results from an estimated 5 matches for "version_script".

2023 Mar 09
1
[PATCH libnbd v4] lib/errors.c: Fix assert fail in exit path in multi-threaded code
...le at runtime]) +NODELETE= +`$LD --help 2>&1 | grep -- "-z nodelete" >/dev/null` && \ + NODELETE="-Wl,-z -Wl,nodelete" +AC_MSG_RESULT([$NODELETE]) +AC_SUBST([NODELETE]) + +AC_MSG_CHECKING([for how to set DSO symbol versions]) case $host_os in darwin*) VERSION_SCRIPT= @@ -615,6 +623,7 @@ case $host_os in VERSION_SCRIPT="-Wl,--version-script=${srcdir}/libnbd.syms" ;; esac +AC_MSG_RESULT([$VERSION_SCRIPT]) AC_SUBST([VERSION_SCRIPT]) dnl Produce output files. diff --git a/lib/Makefile.am b/lib/Makefile.am index 52b525819b..c886be7da0 100644 --...
2008 Apr 10
2
Delay occurred when the makefile change
...c else if CPU_x86_32 decoder_x86_sources = \ dec/x86/mmxidct.c \ dec/x86/mmxfrag.c \ dec/x86/mmxstate.c \ dec/x86/x86state.c endif endif libtheora_la_SOURCES = \ cpu.c \ $(decoder_x86_sources) \ $(decoder_sources) \ $(encoder_arch_sources) \ $(encoder_sources) \ Version_script noinst_HEADERS = \ cpu.h \ internal.h \ enc/block_inline.h \ enc/codec_internal.h \ enc/encoder_lookup.h \ enc/encoder_huffman.h \ enc/hufftables.h \ enc/pp.h \ enc/quant_lookup.h \ enc/toplevel_lookup.h \ enc/dsp.h \ dec/apiwrapper.h \ dec/dct.h...
2008 Apr 23
1
Theora got extreamly slow (Makefile.am was changed)
...c else if CPU_x86_32 decoder_x86_sources = \ dec/x86/mmxidct.c \ dec/x86/mmxfrag.c \ dec/x86/mmxstate.c \ dec/x86/x86state.c endif endif libtheora_la_SOURCES = \ cpu.c \ $(decoder_x86_sources) \ $(decoder_sources) \ $(encoder_arch_sources) \ $(encoder_sources) \ Version_script noinst_HEADERS = \ cpu.h \ internal.h \ enc/block_inline.h \ enc/codec_internal.h \ enc/encoder_lookup.h \ enc/encoder_huffman.h \ enc/hufftables.h \ enc/pp.h \ enc/quant_lookup.h \ enc/toplevel_lookup.h \ enc/dsp.h \ dec/apiwrapper.h \ dec/dct.h...
2005 Aug 03
1
linking, exported symbols
Hi all, I've got an application here (flumotion) which uses libtheora (via gstreamer, though I think that's irrelevant here) and many other bits of code, one of which is PIL (Python Imaging Library), which also has chunks implemented in native code. When I run this, I get a crash in libtheora, the top of the stacktrace looking like: #0 0xb6a71bbf in quantize () from
2018 Mar 20
1
several tremor patches
..._WIN32_DLL-for-win32-dll-buil.patch Type: text/x-patch Size: 656 bytes Desc: not available URL: <http://lists.xiph.org/pipermail/vorbis-dev/attachments/20180320/998341f5/attachment-0017.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0005-configury-add-Version_script-to-LDFLAGS-after-all-ch.patch Type: text/x-patch Size: 1315 bytes Desc: not available URL: <http://lists.xiph.org/pipermail/vorbis-dev/attachments/20180320/998341f5/attachment-0018.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0006-configury-add-no-u...