all:
	g++ -shared -fPIC -o codec_raw.so main.c

clean:
	rm -f codec_raw.so
