mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
38fc40e4d0
can be controlled with external devices like joysticks, web-cams, or midi-devices. New effects can be designed in a GUI (Graphical User Interface) by composing basic effects into more complex ones. WWW: http://www.gephex.org/ PR: ports/7359 Submitted by: Igor Pokrovsky <ip (at) doom.homeunix.org>
13 lines
274 B
C++
13 lines
274 B
C++
--- modules/src/frboutmodule/gloutput.cpp.orig
|
|
+++ modules/src/frboutmodule/gloutput.cpp
|
|
@@ -32,7 +32,8 @@
|
|
#include <cstdio>
|
|
#include <cassert>
|
|
#include <cmath>
|
|
-#include <stdint.h>
|
|
+//#include <stdint.h>
|
|
+#include <inttypes.h>
|
|
#include <stdexcept>
|
|
#include <memory>
|
|
|