Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bitstream
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
bitstream
Commits
abdf4ed3
Commit
abdf4ed3
authored
Dec 15, 2011
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates for 1.0 release
parent
945b6c3c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
.gitattributes
.gitattributes
+2
-0
Makefile
Makefile
+5
-1
NEWS
NEWS
+1
-1
No files found.
.gitattributes
0 → 100644
View file @
abdf4ed3
.gitattributes export-ignore
.gitignore export-ignore
Makefile
View file @
abdf4ed3
PREFIX
?=
/usr/local
PREFIX
?=
/usr/local
INCLUDE
=
$(
subst
//,/,
$(DESTDIR)
/
$(PREFIX)
/include/bitstream
)
INCLUDE
=
$(
subst
//,/,
$(DESTDIR)
/
$(PREFIX)
/include/bitstream
)
VERSION
=
1.0
all
:
all
:
@
echo
"Run
\"
make install
\"
to install biTStream into
$(INCLUDE)
"
@
echo
"Run
\"
make install
\"
to install biTStream into
$(INCLUDE)
"
...
@@ -23,4 +24,7 @@ uninstall:
...
@@ -23,4 +24,7 @@ uninstall:
@
echo
"REMOVE
$(INCLUDE)
"
@
echo
"REMOVE
$(INCLUDE)
"
@
rm
-rf
$(INCLUDE)
@
rm
-rf
$(INCLUDE)
.PHONY
:
install uninstall
distcheck
:
git archive
--format
=
tar
--prefix
=
bitstream-
$(VERSION)
/ master | bzip2
-9
>
bitstream-
$(VERSION)
.tar.bz2
.PHONY
:
install uninstall distcheck
NEWS
View file @
abdf4ed3
1.0 (
?? Aug 2010
)
1.0 (
15 Dec 2011
)
=================
=================
- Initial public release
- Initial public release
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