]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/rv32.c
Qt4 - Preferences : Reset preferences.
[vlc] / modules / video_filter / rv32.c
index 07f473303036a4af89d50e6a945f78ac53596822..04b4d857599c28337795e525c382f32b68329050 100644 (file)
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
 #include <vlc/vlc.h>
-#include <vlc/decoder.h>
+#include <vlc_vout.h>
 #include "vlc_filter.h"
 
 /*****************************************************************************