On Thu, Jul 25, 2013 at 08:27:38PM +0200, Diego Biurrun wrote: > On 2013-07-25 17:37, Sean McGovern wrote: > >--- a/configure > >+++ b/configure > >@@ -3050,7 +3050,10 @@ enabled spic && enable_weak pic > > # OS specific > > case $target_os in > > aix) > >+ SHFLAGS=-shared > > add_cppflags '-I\$(SRC_PATH)/compat/aix' > >+ enabled shared && add_ldflags -Wl,-brtl > > -Wl,-brtl should be part of SHFLAGS.
Scratch that, it's needed to build the binaries as well as the shared libs. Patch OK. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
