[FFmpeg-devel] [PATCH] configure - simplify grab device selection
Ramiro Ribeiro Polla
ramiro
Wed Sep 5 00:12:17 CEST 2007
Ramiro Polla wrote:
> 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.
>
No objections besides the alphabetical lists. Applied.
Ramiro Polla
More information about the ffmpeg-devel
mailing list