diff options
author | FreeArtMan <dos21h@gmail.com> | 2016-10-16 20:55:50 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2016-10-16 20:55:50 +0100 |
commit | 66b009b5ad69dab69d09ee32e61d1ce36dda7ea6 (patch) | |
tree | e3623fb156ff0c1aa2aba25470028aa94530c87e /raw2ogg/Makefile | |
parent | f51a4c1684a139418023e2ea2aea242d2cd18840 (diff) | |
download | code-snippets-66b009b5ad69dab69d09ee32e61d1ce36dda7ea6.tar.gz code-snippets-66b009b5ad69dab69d09ee32e61d1ce36dda7ea6.zip |
Added raw sound to ogg/vorbis converter
Diffstat (limited to 'raw2ogg/Makefile')
-rw-r--r-- | raw2ogg/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/raw2ogg/Makefile b/raw2ogg/Makefile new file mode 100644 index 0000000..bb2d678 --- /dev/null +++ b/raw2ogg/Makefile @@ -0,0 +1,2 @@ +make: + gcc raw2vorbis.c -o raw2vorbis -logg -lvorbis -lvorbisenc |