Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
7849b249
Commit
7849b249
authored
May 04, 2008
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More avoidable directories
parent
4ebc6479
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
6 deletions
+17
-6
Makefile.am
Makefile.am
+9
-1
libs/loader/Makefile.am
libs/loader/Makefile.am
+0
-2
libs/srtp/Makefile.am
libs/srtp/Makefile.am
+0
-2
modules/access/Modules.am
modules/access/Modules.am
+8
-1
No files found.
Makefile.am
View file @
7849b249
...
...
@@ -9,10 +9,18 @@
# - libs/* are needed by modules
EXTRA_SUBDIRS
=
m4 extras/package/ipkg
\
bindings/python
\
libs/loader libs/srtp
\
projects/mozilla projects/activex
SUBDIRS
=
po libs/loader libs/srtp src modules share doc
test
DIST_SUBDIRS
=
$(SUBDIRS)
$(EXTRA_SUBDIRS)
SUBDIRS
=
po src
if
LOADER
SUBDIRS
+=
libs/loader
endif
if
HAVE_LIBGCRYPT
SUBDIRS
+=
libs/srtp
endif
SUBDIRS
+=
modules share doc
test
if
BUILD_MOZILLA
SUBDIRS
+=
projects/mozilla
endif
...
...
libs/loader/Makefile.am
View file @
7849b249
...
...
@@ -9,9 +9,7 @@
# by their respective owner(s).
#
if
LOADER
noinst_LTLIBRARIES
=
libloader.la
endif
# TODO: real check for vsscanf() and <sys/mmap.h>
AM_CPPFLAGS
=
-D__WINE__
-DHAVE_SYS_MMAN_H
=
1
-DHAVE_VSSCANF
=
1
\
...
...
libs/srtp/Makefile.am
View file @
7849b249
...
...
@@ -25,11 +25,9 @@ endif
noinst_HEADERS
=
srtp.h
EXTRA_PROGRAMS
=
srtp
if
HAVE_LIBGCRYPT
noinst_LTLIBRARIES
=
libvlc_srtp.la
check_PROGRAMS
=
test-aes test-recv
TESTS
=
$(check_PROGRAMS)
endif
libvlc_srtp_la_SOURCES
=
srtp.c
srtp_SOURCES
=
recv.c
...
...
modules/access/Modules.am
View file @
7849b249
SUBDIRS = bda dshow dvb mms cdda rtsp rtmp v4l2 vcd vcdx screen
# Automake forgets to add a proper tag to libtool with Objective-C files.
# Moreover Libtool should default tag to CC when none is specified but
# obviously does not. Here is a fix for that.
LIBTOOL=@LIBTOOL@ --tag=CC
EXTRA_SUBDIRS = bda dshow
SUBDIRS = dvb mms cdda rtsp rtmp v4l2 vcd vcdx screen
DIST_SUBDIRS = $(EXTRA_SUBDIRS) $(SUBDIRS)
if HAVE_WIN32
SUBDIRS += bda dshow
endif
SOURCES_access_file = file.c
SOURCES_access_mmap = mmap.c
SOURCES_access_directory = directory.c
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment