Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alan Coopersmith
xf86-video-siliconmotion
Commits
845d45cd
Commit
845d45cd
authored
Apr 08, 2006
by
Adam Jackson
🎧
Browse files
Bump to 1.4.1 for Xv changes.
parent
2951e947
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
845d45cd
2006-04-07 Adam Jackson <ajax@freedesktop.org>
* configure.ac:
* src/smi_driver.c:
Bump to 1.4.1 for Xv changes.
2006-04-07 Aaron Plattner <aplattner@nvidia.com>
* src/smi_video.c: (SMI_PutVideo), (SMI_PutImage):
...
...
configure.ac
View file @
845d45cd
...
...
@@ -22,7 +22,7 @@
AC_PREREQ(2.57)
AC_INIT([xf86-video-siliconmotion],
1.4.
0
,
1.4.
1
,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
xf86-video-siliconmotion)
...
...
src/smi_driver.c
View file @
845d45cd
...
...
@@ -88,10 +88,10 @@ static void SMI_ProbeDDC(ScrnInfoPtr pScrn, int index);
#define SILICONMOTION_NAME "Silicon Motion"
#define SILICONMOTION_DRIVER_NAME "siliconmotion"
#define SILICONMOTION_VERSION_NAME "1.4.
0
"
#define SILICONMOTION_VERSION_NAME "1.4.
1
"
#define SILICONMOTION_VERSION_MAJOR 1
#define SILICONMOTION_VERSION_MINOR 4
#define SILICONMOTION_PATCHLEVEL
0
#define SILICONMOTION_PATCHLEVEL
1
#define SILICONMOTION_DRIVER_VERSION ((SILICONMOTION_VERSION_MAJOR << 24) | \
(SILICONMOTION_VERSION_MINOR << 16) | \
(SILICONMOTION_PATCHLEVEL))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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