aboutsummaryrefslogtreecommitdiffstats
path: root/aac-enc.c
diff options
context:
space:
mode:
authoropcodevoid <opcodevoid@users.noreply.github.com>2016-08-28 00:00:13 +0200
committerMartin Storsjo <martin@martin.st>2016-09-11 13:28:30 +0300
commit6ac0611b07c548c4838fe29b98fc3bc7f68a4973 (patch)
tree441ed334f728866196eddc85e162e97131e07c2d /aac-enc.c
parent5eb3c9be883b8a8de90004e2c1f15a705675d4e1 (diff)
downloadfdk-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.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/aac-enc.c b/aac-enc.c
index 1528881..9365cc9 100644
--- a/aac-enc.c
+++ b/aac-enc.c
@@ -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"