stereoplay

view src/config.h @ 6:8fc045d33d62

updated the code to work with more recent ffmpeg versions
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 26 Sep 2020 14:26:39 +0300
parents
children
line source
1 #ifndef CONFIG_H_
2 #define CONFIG_H_
4 #define PREFIX "/usr/local"
5 #define SDRDIR PREFIX "/share/stereoplay"
7 #endif /* CONFIG_H_ */