Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech> Reviewed-on: https://git.avroid.tech/Conan/conan_build/pulls/9
8 lines
115 B
C
8 lines
115 B
C
#include <stdio.h>
|
|
#include <vorbis/vorbisenc.h>
|
|
|
|
int main(){
|
|
vorbis_comment vc;
|
|
vorbis_comment_init(&vc);
|
|
}
|