Re: Change mythtv build options

Top Page

Reply to this message
Author: Christian Marillat
Date:  
To: dmo-discussion
Subject: Re: Change mythtv build options
Josu Lazkano <josu.lazkano@???> writes:

[...]

> Hello, I try to change the build option, but I don't know where to change it:
>
> I make this steps:
>
> apt-get source mythtv
> cd mythtv-dmo-0.26.0/debian/
> nano rules
>
> here?
>
>         ./configure --prefix=/usr --enable-libmp3lame --enable-libfaac
> --enable-libx264 \
>         --enable-libvpx --enable-libxvid --enable-libfftw3
> --enable-nonfree --enable-pic \
>         --extra-ldflags="$(shell dpkg-buildflags --get LDFLAGS) $(CPPFLAGS)" \
>         --extra-cflags="$(shell dpkg-buildflags --get CFLAGS) $(CPPFLAGS)" \
>         --extra-cxxflags="$(shell dpkg-buildflags --get CXXFLAGS) $(CPPFLAGS)" \
>         --disable-ccache --disable-distcc --cc="$(CC)" --cxx="$(CXX)"
> $(CONFIGURE_OPTS)


Yes.

Christian