Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
build: updated configure script to change the default build options
  • Loading branch information
adamsutton committed Jan 16, 2016
1 parent afff708 commit ad9b54a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure
Expand Up @@ -23,8 +23,8 @@ OPTIONS=(
"linuxdvb:yes"
"satip_server:yes"
"satip_client:yes"
"hdhomerun_client:auto"
"hdhomerun_static:no"
"hdhomerun_client:no"
"hdhomerun_static:yes"
"iptv:yes"
"tsfile:yes"
"dvbscan:yes"
Expand All @@ -34,7 +34,7 @@ OPTIONS=(
"avahi:auto"
"zlib:auto"
"libav:auto"
"libffmpeg_static:no"
"libffmpeg_static:yes"
"libx264_static:yes"
"libx265:no"
"libx265_static:yes"
Expand Down

0 comments on commit ad9b54a

Please sign in to comment.