--- nmm/plugins/video/ffmpeg/FFMpegEncodeNode.cpp.orig	2008-04-18 17:06:44.940551277 +0200
+++ nmm/plugins/video/ffmpeg/FFMpegEncodeNode.cpp	2008-04-18 17:07:30.461231081 +0200
@@ -22,6 +22,10 @@
  *
  */
 
+#if defined(__FreeBSD__)
+#define __STDC_CONSTANT_MACROS 1
+#endif
+
 #include "FFMpegEncodeNode.hpp"
 #include "nmm/plugins/interfaces/IKeyframeImpl.hpp"
 #include "nmm/comm/format/Property.cpp"
