[Bug 527] Review request: mlt - Toolkit for broadcasters, video editors, media players, transcoders

RPM Fusion Bugzilla noreply at rpmfusion.org
Fri Apr 17 17:43:53 CEST 2009


http://bugzilla.rpmfusion.org/show_bug.cgi?id=527





--- Comment #38 from Kevin Kofler <kevin.kofler at chello.at>  2009-04-17 17:43:53 ---
Searching both lib and lib64 won't work if both the 32-bit and the 64-bit
version of the library are installed.

The correct solution is to write a patch which looks *only* in the lib64
directories, then apply it with:
%if "%{_lib}" == "lib64"
%patch0 -p1 -b .lib64
%endif
It can also be done with a sed as Dan Horák suggests. And no, this cannot be
upstreamed.

The only way upstream can handle this is to set some #define based on the
libdir detected by the build system (autotools in this case).


-- 
Configure bugmail: http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the rpmfusion-developers mailing list