On Sun, Jul 03, 2011 at 12:13:48 (CEST), Diego Biurrun wrote: > On Sun, Jul 03, 2011 at 11:55:12AM +0200, Reinhard Tartler wrote: >> This is the version available in Debian stable, so it should be a reasonable >> baseline that can be expected to be present on all developer machines. >> >> --- a/Doxyfile >> +++ b/Doxyfile >> @@ -1158,17 +1367,27 @@ INCLUDE_FILE_PATTERNS = >> >> # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then >> # this tag can be used to specify a list of macro names that should be >> expanded. >> # The macro definition that is found in the sources will be used. >> # Use the PREDEFINED tag if you want to use a different macro definition. >> >> -#EXPAND_AS_DEFINED = FF_COMMON_FRAME >> -EXPAND_AS_DEFINED = declare_idct(idct, table, idct_row_head, idct_row, >> idct_row_tail, idct_row_mid) >> +EXPAND_AS_DEFINED = declare_idct(idct, \ >> + table, \ >> + idct_row_head, \ >> + idct_row, \ >> + idct_row_tail, \ >> + idct_row_mid) > > This looks quite ugly, so you may want to adapt this manually. > Please also try if adding quotes around it fixes the linebreaks.
indeed, I found a solution that even works > Rest of the patch looks OK. pushed -- Gruesse/greetings, Reinhard Tartler, KeyID 945348A4 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
