diff options
author | opcodevoid <opcodevoid@users.noreply.github.com> | 2016-08-28 00:00:13 +0200 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2016-09-11 13:28:30 +0300 |
commit | 6ac0611b07c548c4838fe29b98fc3bc7f68a4973 (patch) | |
tree | 441ed334f728866196eddc85e162e97131e07c2d /aac-enc.c | |
parent | 5eb3c9be883b8a8de90004e2c1f15a705675d4e1 (diff) | |
download | fdk-aac-6ac0611b07c548c4838fe29b98fc3bc7f68a4973.tar.gz fdk-aac-6ac0611b07c548c4838fe29b98fc3bc7f68a4973.tar.bz2 fdk-aac-6ac0611b07c548c4838fe29b98fc3bc7f68a4973.zip |
Windows MSVC Makefile
Diffstat (limited to 'aac-enc.c')
-rw-r--r-- | aac-enc.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -18,7 +18,13 @@ #include <stdio.h> #include <stdint.h> + +#if defined(_MSC_VER) +#include <getopt.h> +#else #include <unistd.h> +#endif + #include <stdlib.h> #include "libAACenc/include/aacenc_lib.h" #include "wavreader.h" |