]> git.sesse.net Git - vlc/commitdiff
* It's POSTPROC, not POSPROC
authorDerk-Jan Hartman <hartman@videolan.org>
Mon, 13 Feb 2006 02:36:14 +0000 (02:36 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Mon, 13 Feb 2006 02:36:14 +0000 (02:36 +0000)
configure.ac

index f043d019027e3307ff17a719b405d4ce59512f8a..61d3003f56a981eab07b44e9ecb169ce6eda839e 100644 (file)
@@ -2559,7 +2559,7 @@ dnl Trying with pkg-config
      VLC_ADD_CFLAGS([ffmpeg stream_out_switcher],[${FFMPEG_CFLAGS}])
      VLC_ADD_LDFLAGS([ffmpeg],[${FFMPEG_LIBS}])
      dnl newer ffmpeg have a separate libpostproc
-     PKG_CHECK_MODULES(POSPROC, libpostproc,[
+     PKG_CHECK_MODULES(POSTPROC, libpostproc,[
        VLC_ADD_LDFLAGS([ffmpeg],[${POSTPROC_LIBS}]) 
        ],[ true ])
     ],[