An error occurred while loading the file. Please try again.
-
Sergio Ahumada authored
The .gitattributes and .gitignore files do not need to be present in packaged sources, as they are for people using the Git repository. Change-Id: I0c9cd62fae0c4f4ca75552cbac966e27cadac45d Reviewed-by:
Jocelyn Turcotte <jocelyn.turcotte@digia.com>
0362be80
define-filters.awk 110 B
BEGIN { print("#include \"mediastreamer2/msfilter.h\"\n") } { printf("MS2_VAR_PUBLIC MSFilterDesc %s;\n",$1) }