From: Antoine Cellerier Date: Wed, 9 Apr 2008 20:45:42 +0000 (+0200) Subject: Commit changes to m4/private.m4. Please yell (and remove the file from git) if this... X-Git-Tag: 0.9.0-test0~1490^2~10 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=daf0c78f1f1b905646f42d5fe2f34513f1f7aa39;p=vlc Commit changes to m4/private.m4. Please yell (and remove the file from git) if this wasn't supposed to be committed. --- diff --git a/m4/private.m4 b/m4/private.m4 index 1b4438175e..471fac2177 100644 --- a/m4/private.m4 +++ b/m4/private.m4 @@ -320,7 +320,9 @@ AC_DEFUN([VLC_CONFIG_HELPER], [ grain) list="\${list} video_filter/libgrain" ;; seamcarving) list="\${list} video_filter/libseamcarving" ;; croppadd) list="\${list} video_filter/libcroppadd" ;; + blendbench) list="\${list} video_filter/libblendbench" ;; atmo) list="\${list} video_filter/atmo/libatmo" ;; + dynamicoverlay) list="\${list} video_filter/dynamicoverlay/libdynamicoverlay" ;; aa) list="\${list} video_output/libaa" ;; caca) list="\${list} video_output/libcaca" ;; fb) list="\${list} video_output/libfb" ;;