Commit 7f7c8713 authored by Thomas Guillem's avatar Thomas Guillem

mpeg_audio: fix build without HAVE_MPGA_FILTER

Fixes #15476
parent 2adec344
...@@ -140,8 +140,6 @@ static int Open( vlc_object_t *p_this ) ...@@ -140,8 +140,6 @@ static int Open( vlc_object_t *p_this )
/* Misc init */ /* Misc init */
#ifdef HAVE_MPGA_FILTER #ifdef HAVE_MPGA_FILTER
p_sys->b_packetizer = true; p_sys->b_packetizer = true;
#else
p_sys->b_packetizer = false;
#endif #endif
p_sys->i_state = STATE_NOSYNC; p_sys->i_state = STATE_NOSYNC;
date_Set( &p_sys->end_date, 0 ); date_Set( &p_sys->end_date, 0 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment