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 2020# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2121# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2222
23- bin_PROGRAMS = avcenc mpeg2vaenc h264encode jpegenc vp9enc vp8enc hevcencode
23+ bin_PROGRAMS = avcenc mpeg2vaenc h264encode jpegenc vp9enc vp8enc hevcencode av1encode
2424noinst_PROGRAMS = svctenc
2525
2626AM_CPPFLAGS = \
@@ -89,6 +89,13 @@ vp8enc_LDADD = \
8989 $(top_builddir ) /common/libva-display.la \
9090 -lpthread -lm
9191
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+
9299valgrind : $(bin_PROGRAMS ) $(noinst_PROGRAMS )
93100 for a in $( bin_PROGRAMS) $( noinst_PROGRAMS) ; do \
94101 valgrind --leak-check=full --show-reachable=yes .libs/$$ a; \
You can’t perform that action at this time.
0 commit comments