[FFmpeg-devel] [PATCH 3/3] doc: Add missing $(EXESUF) to print_options
jamal
jamrial at gmail.com
Wed Jul 11 20:52:03 CEST 2012
On 11/07/12 8:46 AM, Michael Niedermayer wrote:
> On Tue, Jul 10, 2012 at 11:24:06PM -0300, jamal wrote:
>> ---
>> doc/Makefile | 2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/doc/Makefile b/doc/Makefile
>> index 1bed959..a0fd294 100644
>> --- a/doc/Makefile
>> +++ b/doc/Makefile
>> @@ -38,7 +38,7 @@ GENTEXI = format codec
>> GENTEXI := $(GENTEXI:%=doc/avoptions_%.texi)
>>
>> $(GENTEXI): TAG = GENTEXI
>> -$(GENTEXI): doc/avoptions_%.texi: doc/print_options
>> +$(GENTEXI): doc/avoptions_%.texi: doc/print_options$(EXESUF)
>> $(M)doc/print_options $* > $@
> i suspect this should be HOSTEXESUF
You're right, I'll change it.
Thanks.
More information about the ffmpeg-devel
mailing list