Opened 13 years ago
Last modified 13 years ago
#1462 closed defect
Add support for building libresample as shared library for GNU targets — at Version 1
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.14 |
Component: | third-party | Version: | common |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
We already have Visual Studio project for building libresample (under third_party) as DLL. This ticket adds similar support for building libresample as shared library for GNU targets and linking with it.
To use this feature:
$ ./aconfigure --enable-resample-dll $ make dep && make $ export LD_LIBRARY_PATH=`pwd`/third_party/lib
Note: See
TracTickets for help on using
tickets.