[Bug 3251] Review request: vdr-xineliboutput - xine-lib based software output device for VDR

RPM Fusion Bugzilla noreply at rpmfusion.org
Wed May 28 16:41:45 CEST 2014


https://bugzilla.rpmfusion.org/show_bug.cgi?id=3251

--- Comment #19 from MartinKG <mgansser at alice.de> 2014-05-28 16:41:45 CEST ---
--libdir=%{_libdir} wasn't accepted as configure option, should i drop this
option ?

+ ./configure --enable-x11 --enable-fb --enable-vdr --enable-libxine
--libdir=/usr/lib64 --debug VDRDIR=/usr/lib64/vdr VDRINCDIR=/usr/include
LOCALEDIR=./locale XINELIBOUTPUT_FB=1 XINELIBOUTPUT_X11=1
XINELIBOUTPUT_VDRPLUGIN=1 XINELIBOUTPUT_XINEPLUGIN=1
unknown option --libdir=/usr/lib64

configure section looks now as following:

./configure \
    --enable-x11 \
    --enable-fb \
    --enable-vdr \
    --enable-libxine  \
    --libdir=%{_libdir} \
    --debug \
%if !%{have_bluray}
    --disable-libbluray \
%endif
    VDRDIR=%{vdr_plugindir} \
    VDRINCDIR=%{_includedir} \
    LOCALEDIR=./locale \
    XINELIBOUTPUT_FB=1 \
    XINELIBOUTPUT_X11=1 \
    XINELIBOUTPUT_VDRPLUGIN=1 \
    XINELIBOUTPUT_XINEPLUGIN=1

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


More information about the rpmfusion-developers mailing list