diff options
author | Tony Theodore <tonyt@logyst.com> | 2018-03-17 01:43:57 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2018-03-17 08:13:11 (GMT) |
commit | ac31f5d599ed392a322b1bc8237d4737ef556656 (patch) | |
tree | 0a5418b577dc77e66531e7379c95555cd1b21ae1 /src/vidstab.mk | |
parent | a9e909ff7c45e959f772536cef3231af7cff3763 (diff) | |
download | mxe-ac31f5d599ed392a322b1bc8237d4737ef556656.zip mxe-ac31f5d599ed392a322b1bc8237d4737ef556656.tar.gz mxe-ac31f5d599ed392a322b1bc8237d4737ef556656.tar.bz2 |
vidstab: fix libgomp linking with pthreads
Diffstat (limited to 'src/vidstab.mk')
-rw-r--r-- | src/vidstab.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vidstab.mk b/src/vidstab.mk index 515a1ce..22f35aa 100644 --- a/src/vidstab.mk +++ b/src/vidstab.mk @@ -7,7 +7,7 @@ $(PKG)_IGNORE := $(PKG)_VERSION := 1.1.0 $(PKG)_CHECKSUM := 14d2a053e56edad4f397be0cb3ef8eb1ec3150404ce99a426c4eb641861dc0bb $(PKG)_GH_CONF := georgmartius/vid.stab/tags,v -$(PKG)_DEPS := cc pthreads +$(PKG)_DEPS := cc define $(PKG)_BUILD cd '$(BUILD_DIR)' && $(TARGET)-cmake '$(SOURCE_DIR)' @@ -17,5 +17,5 @@ define $(PKG)_BUILD '$(TARGET)-gcc' \ -W -Wall -Werror -pedantic \ '$(TEST_FILE)' -o '$(PREFIX)/$(TARGET)/bin/test-vidstab.exe' \ - `'$(TARGET)-pkg-config' --static --cflags --libs vidstab pthreads` + `'$(TARGET)-pkg-config' --static --cflags --libs vidstab` endef |