diff options
author | highgod0401 <highgod0401@gmail.com> | 2013-04-01 17:46:11 +0800 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-04-01 12:52:13 +0200 |
commit | 189cbc1a0357eff9ebda70d74f886f58d3d7d574 (patch) | |
tree | 6f02c1dc3bea31ba5a87311b2b8d2c274d7bd144 /libavutil/Makefile | |
parent | 24f822c3ab99c33f59a5b181682e3fb507bfe35d (diff) | |
download | ffmpeg-189cbc1a0357eff9ebda70d74f886f58d3d7d574.tar.gz |
opencl wrapper based on comments on 20130401
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index 103ce5ea6c..b520473d9b 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -52,6 +52,8 @@ HEADERS = adler32.h \ HEADERS-$(CONFIG_LZO) += lzo.h +HEADERS-$(CONFIG_OPENCL) += opencl.h + ARCH_HEADERS = bswap.h \ intmath.h \ intreadwrite.h \ @@ -106,6 +108,7 @@ OBJS = adler32.o \ xtea.o \ OBJS-$(CONFIG_LZO) += lzo.o +OBJS-$(CONFIG_OPENCL) += opencl.o OBJS += $(COMPAT_OBJS:%=../compat/%) |