Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
ce9f5deb
Commit
ce9f5deb
authored
Mar 09, 2005
by
gbazin
Browse files
* modules/video_filter/mosaic.c: compilation fix.
parent
b6716b49
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/video_filter/mosaic.c
View file @
ce9f5deb
...
@@ -32,6 +32,10 @@
...
@@ -32,6 +32,10 @@
#include <vlc/vlc.h>
#include <vlc/vlc.h>
#include <vlc/vout.h>
#include <vlc/vout.h>
#ifdef HAVE_LIMITS_H
# include <limits.h>
/* INT_MAX */
#endif
#include "vlc_filter.h"
#include "vlc_filter.h"
#include "vlc_image.h"
#include "vlc_image.h"
...
...
Write
Preview
Supports
Markdown
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