mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-16 08:06:19 +00:00
9 lines
174 B
Makefile
9 lines
174 B
Makefile
H264BS_DIR := h264bitstream
|
|
|
|
H264BS_SOURCE := \
|
|
$(H264BS_DIR)/h264_nal.c \
|
|
$(H264BS_DIR)/h264_sei.c \
|
|
$(H264BS_DIR)/h264_stream.c \
|
|
|
|
H264BS_INCLUDE := $(H264BS_DIR)
|