From e312a0ed46b440112d452f237169512d8257af4a Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sun, 18 Feb 2001 23:58:27 +0000 Subject: [PATCH] Also build the videoscaler on non-I386 because we now have have a plain Original commit message from CVS: Also build the videoscaler on non-I386 because we now have have a plain C version too. --- libs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/Makefile.am b/libs/Makefile.am index b77eea6fc8..b95a1f5c6e 100644 --- a/libs/Makefile.am +++ b/libs/Makefile.am @@ -1,5 +1,5 @@ if HAVE_CPU_I386 -GSTARCH_SUBDS = videoscale winloader +GSTARCH_SUBDS = winloader else GSTARCH_SUBDS = endif