repo.or.cz
/
schroedinger
/
research-port.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[encoder] Added 1/8th pel MV refinement
[schroedinger/research-port.git]
/
testsuite
/
cuda
/
Makefile.am
blob
51655ecee4acb39825188df86d93b0319c43d98b
1
2
noinst_PROGRAMS = cuda
3
4
AM_CFLAGS = $(SCHRO_CFLAGS) $(ERROR_CFLAGS) $(LIBOIL_CFLAGS) \
5
-DSCHRO_ENABLE_UNSTABLE_API -I$(srcdir)/..
6
LDADD = $(SCHRO_LIBS) ../libschrotest.la
7
8
9
cuda_SOURCES = cuda.c
10