Skip to content

Commit

Permalink
configure: default prefix /usr/local for lib555
Browse files Browse the repository at this point in the history
--with-live555 must have been set always, anyways (unless installed in
/), so we may add a default value to /usr/local, which is the usual place.
  • Loading branch information
MartinPulec committed Jan 9, 2024
1 parent 1528b50 commit 025a3b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1387,8 +1387,9 @@ AC_ARG_ENABLE(rtsp_server,

AC_ARG_WITH(live555,
[ --with-live555=DIR specify location of live555],
[livemedia_prefix=$withval
])
[livemedia_prefix=$withval],
[livemedia_prefix=/usr/local],
)

if test $rtsp_server_req != no; then
AC_LANG_PUSH(C++)
Expand Down

0 comments on commit 025a3b5

Please sign in to comment.