diff options
author | nathansmith <nathansmith@posteo.com> | 2025-04-26 14:49:59 +0000 |
---|---|---|
committer | nathansmith <nathansmith@posteo.com> | 2025-04-26 14:49:59 +0000 |
commit | cbc1dfa2fcafb283cea5d87092db1a9b786c962c (patch) | |
tree | 969a12b9d37f4bda2aed8a984fe2ac96d0c55d6f /src/ffmpeg.h | |
parent | c2cf22bbfb26f0f778ded8be82ddb16816b8c8f0 (diff) | |
download | sldj-cbc1dfa2fcafb283cea5d87092db1a9b786c962c.tar.gz sldj-cbc1dfa2fcafb283cea5d87092db1a9b786c962c.tar.bz2 sldj-cbc1dfa2fcafb283cea5d87092db1a9b786c962c.zip |
Downgraded to makefile lol
Diffstat (limited to 'src/ffmpeg.h')
-rw-r--r-- | src/ffmpeg.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ffmpeg.h b/src/ffmpeg.h new file mode 100644 index 0000000..56ef6d9 --- /dev/null +++ b/src/ffmpeg.h @@ -0,0 +1,10 @@ +#include <stdio.h> +#include <stdlib.h> + +#include "sldjConfig.h" + +#ifndef FFMPEG_H +#define FFMPEG_H + +#endif + |