[FFmpeg-devel] [PATCH] configure - simplify grab device selection
Ramiro Polla
angustia
Fri Aug 24 23:31:21 CEST 2007
M?ns Rullg?rd wrote:
> Ramiro Ribeiro Polla <ramiro at lisha.ufsc.br> writes:
>
[...]
>> PS: I hope I got alphabetical order correct this time =)
>>
>
> Sorry, but you did not.
>
>
Crap. There are so many alphabetical lists!
[...]
>> @@ -1584,7 +1584,7 @@
>> enabled libnut && require libnut libnut.h nut_demuxer_init -lnut
>> enabled libx264 && require x264 x264.h x264_encoder_open -lx264
>> enabled libxvid && require Xvid xvid.h xvid_global -lxvidcore
>> -enabled dc1394 && require libdc1394 libdc1394/dc1394_control.h dc1394_create_handle -ldc1394_control -lraw1394
>> +enabled libdc1394 && require libdc1394 libdc1394/dc1394_control.h dc1394_create_handle -ldc1394_control -lraw1394
>> enabled mlib && require mediaLib mlib_types.h mlib_VectorSub_S16_U8_Mod -lmlib
>> enabled libfaac && require2 libfaac "stdint.h faac.h" faacEncGetVersion -lfaac
>> enabled libfaad && require2 libfaad faad.h faacDecOpen -lfaad
>> @@ -1795,7 +1795,7 @@
>> enabled libogg && append pkg_requires "ogg >= 1.1"
>> enabled libtheora && append pkg_requires "theora"
>> enabled libvorbis && append pkg_requires "vorbis vorbisenc"
>> -enabled dc1394 && append pkg_requires "libraw1394"
>> +enabled libdc1394 && append pkg_requires "libraw1394"
>>
>> echo "install prefix $PREFIX"
>> echo "source path $source_path"
>>
>
> These were already out of order, so I'll cut you some slack here.
>
Right, these should be fixed later. Diego?
> Wouldn't the Makefile also need an update?
Yes. New patch attached.
Ramiro Polla
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: dc1394.diff
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070824/2d6ce7ec/attachment.asc>
More information about the ffmpeg-devel
mailing list