diff --git a/gst/videoscale/vs_4tap.c b/gst/videoscale/vs_4tap.c index 4377fd7050..b770d8ff13 100644 --- a/gst/videoscale/vs_4tap.c +++ b/gst/videoscale/vs_4tap.c @@ -25,6 +25,9 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include "vs_image.h" #include "vs_scanline.h" diff --git a/gst/videoscale/vs_fill_borders.c b/gst/videoscale/vs_fill_borders.c index 0c5bba45dc..2a12d23b76 100644 --- a/gst/videoscale/vs_fill_borders.c +++ b/gst/videoscale/vs_fill_borders.c @@ -24,7 +24,6 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/gst/videoscale/vs_image.c b/gst/videoscale/vs_image.c index 815ad16189..bcd0d98925 100644 --- a/gst/videoscale/vs_image.c +++ b/gst/videoscale/vs_image.c @@ -24,6 +24,9 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include diff --git a/gst/videoscale/vs_lanczos.c b/gst/videoscale/vs_lanczos.c index 67cd4017c1..929a7630fb 100644 --- a/gst/videoscale/vs_lanczos.c +++ b/gst/videoscale/vs_lanczos.c @@ -114,6 +114,10 @@ * the strength of the sharpening filter. * */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include "vs_scanline.h" diff --git a/gst/videoscale/vs_scanline.c b/gst/videoscale/vs_scanline.c index fc66d5e849..f34581e799 100644 --- a/gst/videoscale/vs_scanline.c +++ b/gst/videoscale/vs_scanline.c @@ -24,6 +24,9 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include "vs_scanline.h"