Re: Re: oss for transcode
Carl Karsten <[email protected]>
| Newsgroups | gmane.comp.video.transcode.devel |
|---|---|
| Message-ID | <[email protected]> |
Christian Marillat wrote: > Carl Karsten <[email protected]> writes: >> Who should I bug about getting the oss module included in transcode v1.1.0-alpha7 ? > > Should be done by upstream author. I think you misunderstood. the code is there, it just enabled in your version. All I am asking for is to add --enable-oss to the end of transcode/debian/rules: configure: configure-stamp configure-stamp: patch-stamp dh_testdir CFLAGS="$(CFLAGS)" ./configure --prefix=/usr --mandir=\$${prefix}/share/man \ --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ --disable-libmpeg3 --enable-text --enable-v4l --enable-libfame \ --disable-libfametest --enable-lzo --enable-ogg --enable-mjpegtools \ --enable-gtk --enable-imagemagick --enable-theora --enable-libquicktime \ --enable-libdv --enable-libxml2 --enable-vorbis --enable-a52 \ --enable-netstream --enable-ffbin --enable-sdl \ --enable-libpostproc --enable-freetype2 --enable-a52-default-decoder \ --enable-xvid --enable-x264 --enable-faac --enable-alsa --enable-oss Carl K