]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/rv32.c
vlc_threads_funcs.h and vlc_module_macros.h have been deleted
[vlc] / modules / video_filter / rv32.c
index 07f473303036a4af89d50e6a945f78ac53596822..094c1bb0ef8798432d483e4d557b7e2c836d84fa 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
  *****************************************************************************/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
-#include <vlc/decoder.h>
+#include <vlc_plugin.h>
+#include <vlc_vout.h>
 #include "vlc_filter.h"
 
 /*****************************************************************************