more icons from sam, --with-git-ffmpeg=url
[goodguy/history.git] / cinelerra-5.1 / thirdparty / src / encore-5.0.patch1
diff --git a/cinelerra-5.1/thirdparty/src/encore-5.0.patch1 b/cinelerra-5.1/thirdparty/src/encore-5.0.patch1
new file mode 100644 (file)
index 0000000..b2840ad
--- /dev/null
@@ -0,0 +1,14 @@
+--- encore-5.0/Makefile.orig   2016-04-16 13:00:03.778757000 -0600
++++ encore-5.0/Makefile        2016-04-16 13:00:21.598513000 -0600
+@@ -9,7 +9,10 @@
+   CFLAGS := -O2 -fomit-frame-pointer -I/usr/local/include
+ endif
+-OBJDIR := $(shell uname --machine)
++OBJDIR := $(shell uname -m)
++ifeq ($(OBJDIR), amd64)
++OBJDIR := x86_64
++endif
+ ifeq ($(OBJDIR), i686)
+   #USE_MMX = 1