File tree Expand file tree Collapse file tree 3 files changed +2973
-1
lines changed Expand file tree Collapse file tree 3 files changed +2973
-1
lines changed Original file line number Diff line number Diff line change 20
20
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
21
21
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22
22
23
- bin_PROGRAMS = avcenc mpeg2vaenc h264encode jpegenc vp9enc vp8enc hevcencode
23
+ bin_PROGRAMS = avcenc mpeg2vaenc h264encode jpegenc vp9enc vp8enc hevcencode av1encode
24
24
noinst_PROGRAMS = svctenc
25
25
26
26
AM_CPPFLAGS = \
@@ -89,6 +89,13 @@ vp8enc_LDADD = \
89
89
$(top_builddir ) /common/libva-display.la \
90
90
-lpthread -lm
91
91
92
+ av1encode_SOURCES = av1encode.c
93
+ av1encode_CFLAGS = -I$(top_srcdir ) /common -g
94
+ av1encode_LDADD = \
95
+ $(LIBVA_LIBS ) \
96
+ $(top_builddir ) /common/libva-display.la \
97
+ -lpthread -lm
98
+
92
99
valgrind : $(bin_PROGRAMS ) $(noinst_PROGRAMS )
93
100
for a in $( bin_PROGRAMS) $( noinst_PROGRAMS) ; do \
94
101
valgrind --leak-check=full --show-reachable=yes .libs/$$ a; \
You can’t perform that action at this time.
0 commit comments