[vlc-commits] mpeg_audio: fix build without HAVE_MPGA_FILTER
    Thomas Guillem 
    git at videolan.org
       
    Thu Sep 17 14:54:16 CEST 2015
    
    
  
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Sep 17 14:53:26 2015 +0200| [7f7c871318594afcb08cabd224e84708b2bf96d1] | committer: Thomas Guillem
mpeg_audio: fix build without HAVE_MPGA_FILTER
Fixes #15476
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7f7c871318594afcb08cabd224e84708b2bf96d1
---
 modules/codec/mpeg_audio.c |    2 --
 1 file changed, 2 deletions(-)
diff --git a/modules/codec/mpeg_audio.c b/modules/codec/mpeg_audio.c
index e1e5239..0abf6b4 100644
--- a/modules/codec/mpeg_audio.c
+++ b/modules/codec/mpeg_audio.c
@@ -140,8 +140,6 @@ static int Open( vlc_object_t *p_this )
     /* Misc init */
 #ifdef HAVE_MPGA_FILTER
     p_sys->b_packetizer = true;
-#else
-    p_sys->b_packetizer = false;
 #endif
     p_sys->i_state = STATE_NOSYNC;
     date_Set( &p_sys->end_date, 0 );
    
    
More information about the vlc-commits
mailing list