ffmpeg-devel WITH_VIDEO_CAPTURE=yes WITH_BKTR_FORMAT=PAL WITH_BKTR_DEV=1 broken

cheffo cheffo at freebsd-bg.org
Sat Dec 9 02:24:00 PST 2006


Hello,

I have some problems with ffmpeg-devel:


[12:18]root at cheffo:/usr/ports/multimedia/ffmpeg-devel#

make WITH_VIDEO_CAPTURE=yes WITH_BKTR_FORMAT=PAL WITH_BKTR_DEV=1 patch


Define WITHOUT_FFMPEG_FFSERVER to disable ffserver build

Define WITHOUT_IPV6 to disable IPV6 network support

Define WITH_GSM to enable GSM codec

Define WITHOUT_MMX if your system does not support MMX

You can enable additional compilation optimizations
by defining WITH_OPTIMIZED_CFLAGS

Define WITHOUT_PTHREADS to disable threading support

You can disable post process support by defining
WITHOUT_POSTPROCESS
Beware that this might break some ports that require it

You can disable vhook support by defining WITHOUT_VHOOK

===>  Extracting for ffmpeg-devel-0.4.9.c.2006032300_4
=> MD5 Checksum OK for FFMpeg-2006032300.tar.bz2.
=> SHA256 Checksum OK for FFMpeg-2006032300.tar.bz2.
===>  Patching for ffmpeg-devel-0.4.9.c.2006032300_4
===>  Applying FreeBSD patches for ffmpeg-devel-0.4.9.c.2006032300_4
sed: 
/usr/ports/multimedia/ffmpeg-devel/work/FFMpeg-2006032300/libavformat/grab_bsdbktr.c: 
No such file or directory
*** Error code 1

Stop in /usr/ports/multimedia/ffmpeg-devel.


I found this in Makefile :

.ifdef(WITH_BKTR_DEV)
         @${REINPLACE_CMD} -E \
                 -e "s!idev = 0!idev = ${WITH_BKTR_DEV}!" \
                 ${WRKSRC}/libavformat/grab_bsdbktr.c
.endif
.ifdef(WITH_BKTR_FORMAT)
         @${REINPLACE_CMD} -E \
                 -e "s!VIDEO_FORMAT NTSC!VIDEO_FORMAT 
${WITH_BKTR_FORMAT}!" \
                 ${WRKSRC}/libavformat/grab_bsdbktr.c
.endif


but in work/FFMpeg-2006032300/libavformat/ the only thing that have bktr 
related name is grab_bktr.c ...

Am I missing something ?

Thanks in advance.


More information about the freebsd-ports mailing list