[FFmpeg-devel] [PATCH] configure - organize
Ramiro Ribeiro Polla
ramiro
Tue Sep 25 15:14:04 CEST 2007
Diego Biurrun wrote:
> On Tue, Sep 18, 2007 at 05:02:33PM -0300, Ramiro Ribeiro Polla wrote:
>
>> configure2.diff reorganizes a bunch of system header file and function
>> checks to a common place.
>>
>
> Please apply this, but leave out the banners for now, so we can discuss
> them separately.
>
Done
>> Also, may I indent configure to 4 spaces? There are still some parts with 2
>> space indents.
>>
>
> Yes.
>
For case statements, which is preferred?
case
case1)
command
;;
esac
or
case
case1)
command
;;
esac
Ramiro Polla
More information about the ffmpeg-devel
mailing list