- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've found a minor error in an IPP 5.0 Media Samples for Linux Makefile. The provided build32.sh scripts build everything without a problem. But if you force simple_player to build with the static IPP libraries, it fails with link errors. The cause of this is the incorrect ordering of the IPP libraries; ippimerged and ippiemerged have to come AFTER ippjemerged and ippjmerged.
I'm building for IA32 using GCC versions 3.2.2 and 3.4.5. Make command is (in the simple_player directory):
make -f Makefile.lnx ARCH=ia32 ROOT_BIN_DIR=../../_bin/linux32_gcc LINKAGE=static
Scott
I'm building for IA32 using GCC versions 3.2.2 and 3.4.5. Make command is (in the simple_player directory):
make -f Makefile.lnx ARCH=ia32 ROOT_BIN_DIR=../../_bin/linux32_gcc LINKAGE=static
Scott
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Scott,
thanks for reporting about that issue, we will correct it in the next release
Regards,
Vladimir

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page