]> git.sesse.net Git - movit/blobdiff - saturation_effect.cpp
Make $(libdir) on make install, in case it does not exist.
[movit] / saturation_effect.cpp
index 637da862ad297889fc2051644041e26304fbf2d0..f2206104f2126a525d42ec870c25222bccab7308 100644 (file)
@@ -5,6 +5,8 @@
 
 using namespace std;
 
+namespace movit {
+
 SaturationEffect::SaturationEffect()
        : saturation(1.0f)
 {
@@ -15,3 +17,5 @@ string SaturationEffect::output_fragment_shader()
 {
        return read_file("saturation_effect.frag");
 }
+
+}  // namespace movit