blob: e1a80007f6f6921b2d54aa56750a810d51ea6108 [file] [log] [blame]
# Copyright 2023 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
include common.mk
CFLAGS += -std=gnu99 -I$(SRC)
CC_STATIC_LIBRARY(libbitstreams.pic.a): \
bitstreams/bitfield_stream.o \
bitstreams/bitstream_helper.o \
bitstreams/bitstream_helper_ivf.o \
bitstreams/bitstream_helper_h264.o \
bitstreams/bitstream_helper_h265.o \
bitstreams/h264_partial_parser.o \
bitstreams/h265_partial_parser.o \
bitstreams/nalu_parser.o \