diff options
| author | Mikhail Burakov <mburakov@mailbox.org> | 2023-04-02 20:41:20 +0200 | 
|---|---|---|
| committer | Mikhail Burakov <mburakov@mailbox.org> | 2023-04-07 13:48:02 +0200 | 
| commit | 20ed57016563c10157093ed3785f17b5ce27fdca (patch) | |
| tree | 73346b7a4b0ce66bf1d4b651f714fb1a315d247f /makefile | |
| parent | e59239d9eb7a48844104b2fbbcb96c069204950a (diff) | |
Major rework of decoder implementation
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 3 | 
1 files changed, 3 insertions, 0 deletions
| @@ -2,6 +2,9 @@ bin:=$(notdir $(shell pwd))  src:=$(wildcard *.c)  obj:=$(src:.c=.o) +obj+=\ +	toolbox/buffer.o +  libs:=\  	libva \  	libva-drm \ | 
