Bug#397766: Under AMD64 plaform, libdts-dev should be compiled with -fPIC option

2006-11-09 Thread Jean-Michel Pouré
Package: libdts-dev Version: 0.0.2-svn-1 Severity: grave When compiling ffmpeg under Debian AMD64, the compiler complains about libdts-dev headers. gcc -shared -Wl,-soname,libavcodec.so.51 -Wl,--warn-common -pthread -rdynamic -export-dynamic -Wl,--as-needed

Bug#397766: Under AMD64 plaform, libdts-dev should be compiled with -fPIC option

2006-11-09 Thread Steve Langasek
severity 397766 wishlist thanks On Thu, Nov 09, 2006 at 12:04:36PM +0100, Jean-Michel Pouré wrote: Package: libdts-dev Version: 0.0.2-svn-1 Severity: grave When compiling ffmpeg under Debian AMD64, the compiler complains about libdts-dev headers. gcc -shared -Wl,-soname,libavcodec.so.51

Bug#397766: Under AMD64 plaform, libdts-dev should be compiled with -fPIC option

2006-11-09 Thread Sam Hocevar
On Thu, Nov 09, 2006, Steve Langasek wrote: libdts-dev contains a static library; static libraries are not required to be built with -fPIC. The Debian package of ffmpeg does not have this problem, because it also doesn't build a shared library for libavcodec. The libdts-dev package is not