Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
3419e4d7
Commit
3419e4d7
authored
Jun 10, 2010
by
Frank Galligan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change preprocessor check to _WIN32
Change-Id: I841dc0b8ebb150ac998f4076c148d7bb187e4301
parent
317a6669
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ivfenc.c
ivfenc.c
+1
-1
No files found.
ivfenc.c
View file @
3419e4d7
...
...
@@ -12,7 +12,7 @@
/* This is a simple program that encodes YV12 files and generates ivf
* files using the new interface.
*/
#if defined(_
MSC_VER
)
#if defined(_
WIN32
)
#define USE_POSIX_MMAP 0
#else
#define USE_POSIX_MMAP 1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment