Skip to content

Commit

Permalink
Disable building with MP3 and Ogg Vorbis support by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Lantinga committed Apr 5, 2001
1 parent 4de5862 commit d1be5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDL_mixer.spec.in
Expand Up @@ -33,7 +33,7 @@ libraries.
%setup

%build
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix}
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --disable-music-ogg --disable-music-mp3
make

%install
Expand Down

0 comments on commit d1be5c9

Please sign in to comment.