summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-05-12 08:11:42 +0200
committerAnton Khirnov <anton@khirnov.net>2013-05-24 09:26:54 +0200
commit90f9a5830b5d332de7ebb1ab45589f1870cbd65d (patch)
treea2350483ff31b95fccbaafb79904a7dcbc29ac92 /Makefile
parente69222c50755030eef921e899e38b71a111093d9 (diff)
w32pthreads: move from lavc to compat/
It will be used in other places than lavc.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 42ef8b08e5..783971fdbf 100644
--- a/Makefile
+++ b/Makefile
@@ -84,7 +84,7 @@ FFLIBS := avutil
DATA_FILES := $(wildcard $(SRC_PATH)/presets/*.avpreset)
-SKIPHEADERS = cmdutils_common_opts.h
+SKIPHEADERS = cmdutils_common_opts.h compat/w32pthreads.h
include $(SRC_PATH)/common.mak