Hi, I'm new to FreeBSD, and I'm trying to build ffmpeg with the following options enabled:
--enable-gpl
--enable-postproc
--enable-swscale
--enable-avfilter
--enable-libmp3lame
--enable-libvorbis
--enable-libtheora
--enable-libx264
--enable-libspeex
--enable-shared
--enable-pthreads
--enable-libopenjpeg
--enable-libfaac
--enable-nonfree
some of these are available in the make config prompt, others are not. I'm not very familiar with the makefile system, is it possible to add these flags somehow to the port? if so, how would I go about it?
any info you can provide is appreciated.
I put together a script to check if the flags are enabled after building, and the default one from pkg only has a few enabled. The reason I need these is to build and install butterflow.
the default one in pkg only has
--enable-swscale
--enable-libspeex
--enable-libopenjpeg
--enable-libfaac
would I be better off enabling linux compat and trying to install it that way?
--enable-gpl
--enable-postproc
--enable-swscale
--enable-avfilter
--enable-libmp3lame
--enable-libvorbis
--enable-libtheora
--enable-libx264
--enable-libspeex
--enable-shared
--enable-pthreads
--enable-libopenjpeg
--enable-libfaac
--enable-nonfree
some of these are available in the make config prompt, others are not. I'm not very familiar with the makefile system, is it possible to add these flags somehow to the port? if so, how would I go about it?
any info you can provide is appreciated.
I put together a script to check if the flags are enabled after building, and the default one from pkg only has a few enabled. The reason I need these is to build and install butterflow.
the default one in pkg only has
--enable-swscale
--enable-libspeex
--enable-libopenjpeg
--enable-libfaac
would I be better off enabling linux compat and trying to install it that way?